Fixes #1879086 [[Enhancement] Dropdown list to small in User categories editor](https://bugs.launchpad.net/calibre/+bug/1879086)
This commit is contained in:
Kovid Goyal 2020-05-18 16:50:40 +05:30
commit cb011cab48
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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>