CompareUi: set scaledContents, resave in 4.4 designer

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31785 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-10-28 18:35:46 +00:00
parent 0a868fb846
commit e5098a6f0c

View File

@ -31,7 +31,7 @@
<item> <item>
<widget class="QComboBox" name="newFileCB" > <widget class="QComboBox" name="newFileCB" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -68,7 +68,7 @@
<item> <item>
<widget class="QComboBox" name="oldFileCB" > <widget class="QComboBox" name="oldFileCB" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy hsizetype="Expanding" vsizetype="Fixed"> <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -93,7 +93,7 @@
<item> <item>
<widget class="QGroupBox" name="groupBox" > <widget class="QGroupBox" name="groupBox" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -113,9 +113,6 @@
<property name="text" > <property name="text" >
<string>New Document</string> <string>New Document</string>
</property> </property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget> </widget>
<widget class="QRadioButton" name="oldSettingsRB" > <widget class="QRadioButton" name="oldSettingsRB" >
<property name="geometry" > <property name="geometry" >
@ -129,22 +126,28 @@
<property name="text" > <property name="text" >
<string>Old Document</string> <string>Old Document</string>
</property> </property>
<attribute name="buttonGroup">
<string>buttonGroup</string>
</attribute>
</widget> </widget>
<widget class="QLabel" name="label" > <widget class="QLabel" name="label" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>20</x> <x>20</x>
<y>20</y> <y>20</y>
<width>161</width> <width>237</width>
<height>16</height> <height>16</height>
</rect> </rect>
</property> </property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" > <property name="text" >
<string>Copy Document Settings from:</string> <string>Copy Document Settings from:</string>
</property> </property>
<property name="scaledContents" >
<bool>true</bool>
</property>
</widget> </widget>
</widget> </widget>
</item> </item>
@ -214,7 +217,4 @@
</includes> </includes>
<resources/> <resources/>
<connections/> <connections/>
<buttongroups>
<buttongroup name="buttonGroup"/>
</buttongroups>
</ui> </ui>