Skip to content

Commit

Permalink
fix: increase pixel scaling step size limits in correlation tab
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickcleeve2 committed Mar 1, 2024
1 parent 018cab4 commit dd2a7a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/odemis/gui/main_xrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -3538,9 +3538,9 @@ def __init_resources():
<object class="sizeritem">
<object class="UnitFloatCtrl" name="dpx_step_cntrl">
<value>1</value>
<key_step>0.000001</key_step>
<key_step>1</key_step>
<min>0</min>
<max>10</max>
<max>250</max>
<unit>%</unit>
<accuracy>3</accuracy>
<XRCED>
Expand Down
4 changes: 2 additions & 2 deletions src/odemis/gui/xmlh/resources/panel_tab_correlation.xrc
Original file line number Diff line number Diff line change
Expand Up @@ -405,9 +405,9 @@
<object class="sizeritem">
<object class="UnitFloatCtrl" name="dpx_step_cntrl">
<value>1</value>
<key_step>0.000001</key_step>
<key_step>1</key_step>
<min>0</min>
<max>10</max>
<max>250</max>
<unit>%</unit>
<accuracy>3</accuracy>
<XRCED>
Expand Down

0 comments on commit dd2a7a1

Please sign in to comment.