Fix #1367221 [Tag management window larger than display](https://bugs.launchpad.net/calibre/+bug/1367221)

This commit is contained in:
Kovid Goyal 2014-09-10 08:39:30 +05:30
parent b2fe105a4b
commit 27a21b00d1

View File

@ -67,6 +67,7 @@ class TagListEditor(QDialog, Ui_TagListEditor):
QDialog.__init__(self, window) QDialog.__init__(self, window)
Ui_TagListEditor.__init__(self) Ui_TagListEditor.__init__(self)
self.setupUi(self) self.setupUi(self)
self.search_box.setMinimumContentsLength(25)
# Put the category name into the title bar # Put the category name into the title bar
t = self.windowTitle() t = self.windowTitle()