Skip to content

Commit 2373f06

Browse files
committed
Fixed width of controls for settings window
1 parent 3a687e8 commit 2373f06

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

qt/settings_programmer_dialog.ui

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
<rect>
3535
<x>10</x>
3636
<y>30</y>
37-
<width>201</width>
38-
<height>24</height>
37+
<width>228</width>
38+
<height>27</height>
3939
</rect>
4040
</property>
4141
<layout class="QHBoxLayout" name="horizontalLayout">
@@ -47,7 +47,14 @@
4747
</widget>
4848
</item>
4949
<item>
50-
<widget class="QLineEdit" name="usbDevNameLineEdit"/>
50+
<widget class="QLineEdit" name="usbDevNameLineEdit">
51+
<property name="minimumSize">
52+
<size>
53+
<width>100</width>
54+
<height>0</height>
55+
</size>
56+
</property>
57+
</widget>
5158
</item>
5259
</layout>
5360
</widget>
@@ -56,8 +63,8 @@
5663
<rect>
5764
<x>10</x>
5865
<y>60</y>
59-
<width>101</width>
60-
<height>20</height>
66+
<width>221</width>
67+
<height>31</height>
6168
</rect>
6269
</property>
6370
<property name="text">

0 commit comments

Comments
 (0)