Skip to content

Commit

Permalink
Stack raw image mode checkboxes vertically
Browse files Browse the repository at this point in the history
Signed-off-by: Brianna Major <[email protected]>
  • Loading branch information
bnmajor committed Aug 2, 2023
1 parent e4ec5e9 commit 52a366e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hexrd/ui/resources/ui/image_mode_widget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QCheckBox" name="raw_show_saturation">
<widget class="QCheckBox" name="raw_tabbed_view">
<property name="text">
<string>Show Saturation</string>
<string>Tabbed View</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="raw_tabbed_view">
<widget class="QCheckBox" name="raw_show_saturation">
<property name="text">
<string>Tabbed View</string>
<string>Show Saturation</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit 52a366e

Please sign in to comment.