BUG: Path lengths in combo box for binary directory was forcing a minimum size
on the main window. Fixed that.
This commit is contained in:
parent
0d5b456c29
commit
a17bf54af7
|
@ -51,9 +51,7 @@
|
|||
<item row="1" column="1" >
|
||||
<widget class="QComboBox" name="BinaryDirectory" >
|
||||
<property name="sizePolicy" >
|
||||
<sizepolicy>
|
||||
<hsizetype>7</hsizetype>
|
||||
<vsizetype>0</vsizetype>
|
||||
<sizepolicy vsizetype="Fixed" hsizetype="Ignored" >
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
|
|
Loading…
Reference in New Issue