Skip to content

Commit

Permalink
GUI: adjusted max limit of Optimizer/Epsilon
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Mar 19, 2024
1 parent 79dc180 commit 2f132b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions guilib/src/ui/preferencesDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-1092</y>
<y>0</y>
<width>713</width>
<height>3933</height>
</rect>
Expand Down Expand Up @@ -95,7 +95,7 @@
<enum>QFrame::Raised</enum>
</property>
<property name="currentIndex">
<number>21</number>
<number>23</number>
</property>
<widget class="QWidget" name="page_22">
<layout class="QVBoxLayout" name="verticalLayout_29" stretch="0,0">
Expand Down Expand Up @@ -23030,7 +23030,7 @@ Lower the ratio -&gt; higher the precision.</string>
<double>0.000000000000000</double>
</property>
<property name="maximum">
<double>1.000000000000000</double>
<double>1000.000000000000000</double>
</property>
<property name="singleStep">
<double>0.001000000000000</double>
Expand Down

0 comments on commit 2f132b3

Please sign in to comment.