Skip to content

Commit

Permalink
Remove workaround in mouse settings UI
Browse files Browse the repository at this point in the history
I had manually set some widgets to be hidden in the designer to work around sizing issues, but this isn't needed now that they're in a scroll area.
  • Loading branch information
jdpurcell committed Oct 15, 2023
1 parent 2af2576 commit 6eafa4d
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions src/qvoptionsdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<x>0</x>
<y>0</y>
<width>660</width>
<height>620</height>
<height>560</height>
</rect>
</property>
<property name="minimumSize">
Expand Down Expand Up @@ -53,7 +53,7 @@
<x>0</x>
<y>0</y>
<width>472</width>
<height>552</height>
<height>492</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout">
Expand Down Expand Up @@ -323,7 +323,7 @@
<x>0</x>
<y>0</y>
<width>472</width>
<height>498</height>
<height>492</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_4">
Expand Down Expand Up @@ -566,7 +566,7 @@
<x>0</x>
<y>0</y>
<width>472</width>
<height>498</height>
<height>492</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_3">
Expand Down Expand Up @@ -833,7 +833,7 @@
<x>0</x>
<y>0</y>
<width>472</width>
<height>552</height>
<height>620</height>
</rect>
</property>
<layout class="QFormLayout" name="formLayout_5">
Expand Down Expand Up @@ -939,37 +939,23 @@
</item>
<item row="4" column="0">
<widget class="QLabel" name="middleDragLabel">
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string>Middle Drag:</string>
</property>
</widget>
</item>
<item row="4" column="1">
<widget class="QComboBox" name="middleDragComboBox">
<property name="visible">
<bool>false</bool>
</property>
</widget>
<widget class="QComboBox" name="middleDragComboBox"/>
</item>
<item row="5" column="0">
<widget class="QLabel" name="altMiddleDragLabel">
<property name="visible">
<bool>false</bool>
</property>
<property name="text">
<string notr="true">Ctrl + Middle Drag:</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QComboBox" name="altMiddleDragComboBox">
<property name="visible">
<bool>false</bool>
</property>
</widget>
<widget class="QComboBox" name="altMiddleDragComboBox"/>
</item>
</layout>
</widget>
Expand Down

0 comments on commit 6eafa4d

Please sign in to comment.