Enhancement #1879086: User categories editor: make the default size for the category box larger

This commit is contained in:
Charles Haley 2020-05-18 12:09:30 +01:00
parent 1038cb8e47
commit 81a2ac002b

View File

@ -43,6 +43,12 @@
<property name="editable"> <property name="editable">
<bool>false</bool> <bool>false</bool>
</property> </property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
</widget> </widget>
</item> </item>
<item row="1" column="0"> <item row="1" column="0">
@ -63,6 +69,12 @@
<property name="toolTip"> <property name="toolTip">
<string>Select the content kind of the new category</string> <string>Select the content kind of the new category</string>
</property> </property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
</widget> </widget>
</item> </item>
<item row="2" column="0"> <item row="2" column="0">
@ -83,6 +95,12 @@
<property name="toolTip"> <property name="toolTip">
<string>Enter text to filter the available items. Case and accents are ignored.</string> <string>Enter text to filter the available items. Case and accents are ignored.</string>
</property> </property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
</widget> </widget>
</item> </item>
</layout> </layout>