Skip to content

Commit 6bdd1e8

Browse files
committed
Set QCheckBox minimum height for a better-looking layout
1 parent 996c6cc commit 6bdd1e8

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

src/appearance.ui

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@
5151
</widget>
5252
</item>
5353
<item row="2" column="1">
54-
<widget class="QCheckBox" name="dropShadows"/>
54+
<widget class="QCheckBox" name="dropShadows">
55+
<property name="minimumSize">
56+
<size>
57+
<width>0</width>
58+
<height>33</height>
59+
</size>
60+
</property>
61+
</widget>
5562
</item>
5663
<item row="3" column="0">
5764
<widget class="QLabel" name="label_1">

src/mouse.ui

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,14 @@
5151
</widget>
5252
</item>
5353
<item row="2" column="1">
54-
<widget class="QCheckBox" name="naturalScroll"/>
54+
<widget class="QCheckBox" name="naturalScroll">
55+
<property name="minimumSize">
56+
<size>
57+
<width>0</width>
58+
<height>33</height>
59+
</size>
60+
</property>
61+
</widget>
5562
</item>
5663
</layout>
5764
</widget>

0 commit comments

Comments
 (0)