mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:33:42 +02:00
Fix Advanced search dialog not being sized correctly if the user selects a larger than normal interface font. Fixes #1378045 [advanced search box size problem](https://bugs.launchpad.net/calibre/+bug/1378045)
This commit is contained in:
parent
33d2ff5662
commit
d35f3ce2de
1 changed files with 1 additions and 0 deletions
|
|
@ -91,6 +91,7 @@ def __init__(self, parent, db):
|
|||
|
||||
self.tabWidget.currentChanged[int].connect(self.tab_changed)
|
||||
self.tab_changed(current_tab)
|
||||
self.resize(self.sizeHint())
|
||||
|
||||
def save_state(self):
|
||||
gprefs['advanced search dialog current tab'] = \
|
||||
|
|
|
|||
Loading…
Reference in a new issue