Fix #7780 - non-expanding boxes in create_custom_column.ui

This commit is contained in:
Charles Haley 2010-12-03 19:58:10 +00:00
parent eac8447e47
commit 55e17f81a0

View File

@ -152,7 +152,7 @@
<item> <item>
<widget class="QLineEdit" name="composite_box"> <widget class="QLineEdit" name="composite_box">
<property name="sizePolicy"> <property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch> <horstretch>0</horstretch>
<verstretch>0</verstretch> <verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
@ -211,27 +211,27 @@
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QLineEdit" name="enum_box"> <widget class="QLineEdit" name="enum_box">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip"> <property name="toolTip">
<string>A comma-separated list of permitted values. The empty value is always <string>A comma-separated list of permitted values. The empty value is always
included, and is the default. For example, the list 'one,two,three' has included, and is the default. For example, the list 'one,two,three' has
four values, the first of them being the empty value.</string> four values, the first of them being the empty value.</string>
</property> </property>
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QLabel" name="enum_default_label"> <widget class="QLabel" name="enum_default_label">
<property name="text">
<string>Default: (nothing)</string>
</property>
<property name="toolTip"> <property name="toolTip">
<string>The empty string is always the first value</string> <string>The empty string is always the first value</string>
</property> </property>
<property name="text">
<string>Default: (nothing)</string>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>