mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user