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:
Clinton Stimpson 2009-04-16 12:25:15 -04:00
parent 0d5b456c29
commit a17bf54af7
1 changed files with 1 additions and 3 deletions

View File

@ -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>