Browse Source

BUG: Path lengths in combo box for binary directory was forcing a minimum size
on the main window. Fixed that.

Clinton Stimpson 16 years ago
parent
commit
a17bf54af7
1 changed files with 1 additions and 3 deletions
  1. 1 3
      Source/QtDialog/CMakeSetupDialog.ui

+ 1 - 3
Source/QtDialog/CMakeSetupDialog.ui

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