[Cmake-commits] [cmake-commits] clinton committed CMakeSetupDialog.ui 1.20 1.21

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Apr 16 12:25:17 EDT 2009


Update of /cvsroot/CMake/CMake/Source/QtDialog
In directory public:/mounts/ram/cvs-serv2620

Modified Files:
	CMakeSetupDialog.ui 
Log Message:

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



Index: CMakeSetupDialog.ui
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.ui,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -d -r1.20 -r1.21
*** CMakeSetupDialog.ui	5 Jul 2008 17:25:04 -0000	1.20
--- CMakeSetupDialog.ui	16 Apr 2009 16:25:15 -0000	1.21
***************
*** 52,58 ****
        <widget class="QComboBox" name="BinaryDirectory" >
         <property name="sizePolicy" >
!         <sizepolicy>
!          <hsizetype>7</hsizetype>
!          <vsizetype>0</vsizetype>
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>
--- 52,56 ----
        <widget class="QComboBox" name="BinaryDirectory" >
         <property name="sizePolicy" >
!         <sizepolicy vsizetype="Fixed" hsizetype="Ignored" >
           <horstretch>0</horstretch>
           <verstretch>0</verstretch>



More information about the Cmake-commits mailing list