Skip to content

Commit

Permalink
Increase line picker dialog height and zoom height
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <[email protected]>
  • Loading branch information
psavery committed Jan 10, 2025
1 parent bd370bb commit 883d0ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hexrdgui/resources/ui/line_picker_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>635</width>
<height>689</height>
<height>1000</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
Expand Down Expand Up @@ -103,7 +103,7 @@
<double>0.200000000000000</double>
</property>
<property name="value">
<double>60.000000000000000</double>
<double>150.000000000000000</double>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion hexrdgui/resources/ui/zoom_canvas_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<double>0.200000000000000</double>
</property>
<property name="value">
<double>60.000000000000000</double>
<double>150.000000000000000</double>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion hexrdgui/zoom_canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(self, main_canvas, draw_crosshairs=True,

# user-specified ROI (from interactors)
self.zoom_width = 15
self.zoom_height = 60
self.zoom_height = 150

# Keep track of whether we should skip a render (due to point picking)
self.skip_next_render = False
Expand Down

0 comments on commit 883d0ae

Please sign in to comment.