Version 0.2.8 Fixed boil_sizeEdit width.

Mon, 06 Jun 2022 14:22:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 06 Jun 2022 14:22:18 +0200
changeset 259
78830c2ec792
parent 258
70bb9c3ee60f
child 260
42b88d85fefc

Version 0.2.8 Fixed boil_sizeEdit width.

CMakeLists.txt file | annotate | diff | comparison | revisions
ui/EditRecipe.ui file | annotate | diff | comparison | revisions
--- a/CMakeLists.txt	Mon Jun 06 14:12:35 2022 +0200
+++ b/CMakeLists.txt	Mon Jun 06 14:22:18 2022 +0200
@@ -9,7 +9,7 @@
 
 SET( bmsapp_VERSION_MAJOR 0 )
 SET( bmsapp_VERSION_MINOR 2 )
-SET( bmsapp_VERSION_PATCH 7 )
+SET( bmsapp_VERSION_PATCH 8 )
 
 # Compile flags
 
--- a/ui/EditRecipe.ui	Mon Jun 06 14:12:35 2022 +0200
+++ b/ui/EditRecipe.ui	Mon Jun 06 14:22:18 2022 +0200
@@ -371,7 +371,7 @@
          <rect>
           <x>880</x>
           <y>180</y>
-          <width>87</width>
+          <width>101</width>
           <height>24</height>
          </rect>
         </property>
@@ -379,10 +379,10 @@
          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
         </property>
         <property name="readOnly">
-         <bool>true</bool>
+         <bool>false</bool>
         </property>
         <property name="buttonSymbols">
-         <enum>QAbstractSpinBox::NoButtons</enum>
+         <enum>QAbstractSpinBox::UpDownArrows</enum>
         </property>
         <property name="accelerated">
          <bool>true</bool>

mercurial