Fix #1857261 [Make it possible to clear search in the Category editor](https://bugs.launchpad.net/calibre/+bug/1857261)

This commit is contained in:
Kovid Goyal 2019-12-23 09:43:45 +05:30
parent 5dfc58daff
commit 9cc7033fc1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 6 additions and 0 deletions

View File

@ -118,6 +118,9 @@
<property name="toolTip">
<string>Enter a category name, then use the add button or the rename button</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>

View File

@ -41,6 +41,9 @@
<property name="toolTip">
<string>Search for an item in the Tag column</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
<item>