summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2009-04-16 16:25:15 (GMT)
committerClinton Stimpson <clinton@elemtech.com>2009-04-16 16:25:15 (GMT)
commita17bf54af7fbf64c2e83dac23ea9b58d9521acc1 (patch)
tree88ff4c58d59cd6df4af1ee37eb9e1ea8ab9cb36d /Source/QtDialog
parent0d5b456c297f807e1a88ce53af573efc0184be8e (diff)
downloadCMake-a17bf54af7fbf64c2e83dac23ea9b58d9521acc1.zip
CMake-a17bf54af7fbf64c2e83dac23ea9b58d9521acc1.tar.gz
CMake-a17bf54af7fbf64c2e83dac23ea9b58d9521acc1.tar.bz2
BUG: Path lengths in combo box for binary directory was forcing a minimum size
on the main window. Fixed that.
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeSetupDialog.ui4
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.ui b/Source/QtDialog/CMakeSetupDialog.ui
index 8fab9d5..ae0dca2 100644
--- a/Source/QtDialog/CMakeSetupDialog.ui
+++ b/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>