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