mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 15:13:22 +02:00
Fix #1857261 [Make it possible to clear search in the Category editor](https://bugs.launchpad.net/calibre/+bug/1857261)
This commit is contained in:
parent
5dfc58daff
commit
9cc7033fc1
2 changed files with 6 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue