Skip to content

Commit 200dda8

Browse files
committed
Fixed main UI window on windows
1 parent 972f21b commit 200dda8

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

qt/main_window.ui

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<widget class="QLabel" name="label_2">
100100
<property name="maximumSize">
101101
<size>
102-
<width>71</width>
102+
<width>16777215</width>
103103
<height>16777215</height>
104104
</size>
105105
</property>
@@ -114,7 +114,7 @@
114114
<bool>false</bool>
115115
</property>
116116
<property name="sizePolicy">
117-
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
117+
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
118118
<horstretch>0</horstretch>
119119
<verstretch>0</verstretch>
120120
</sizepolicy>
@@ -141,6 +141,12 @@
141141
<property name="enabled">
142142
<bool>false</bool>
143143
</property>
144+
<property name="sizePolicy">
145+
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
146+
<horstretch>0</horstretch>
147+
<verstretch>0</verstretch>
148+
</sizepolicy>
149+
</property>
144150
<property name="maximumSize">
145151
<size>
146152
<width>50</width>
@@ -252,7 +258,7 @@
252258
<x>0</x>
253259
<y>0</y>
254260
<width>580</width>
255-
<height>22</height>
261+
<height>21</height>
256262
</rect>
257263
</property>
258264
<widget class="QMenu" name="menuDevice">

0 commit comments

Comments
 (0)