Fix #7780 (Wider template box for create/edit custom columns?)

This commit is contained in:
Kovid Goyal 2010-12-03 13:07:13 -07:00
commit d1c02bfbc9

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>