mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:14:07 +02:00
Fix #1367221 [Tag management window larger than display](https://bugs.launchpad.net/calibre/+bug/1367221)
This commit is contained in:
parent
b2fe105a4b
commit
27a21b00d1
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ def __init__(self, window, cat_name, tag_to_match, data, sorter):
|
|||
QDialog.__init__(self, window)
|
||||
Ui_TagListEditor.__init__(self)
|
||||
self.setupUi(self)
|
||||
self.search_box.setMinimumContentsLength(25)
|
||||
|
||||
# Put the category name into the title bar
|
||||
t = self.windowTitle()
|
||||
|
|
|
|||
Loading…
Reference in a new issue