mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 07:33:42 +02:00
Sigh, that should teach me not to try to keep too many balls in the air
This commit is contained in:
parent
25cb6a57f1
commit
12ba319038
1 changed files with 0 additions and 1 deletions
|
|
@ -192,7 +192,6 @@ def __init__(self, title, html, parent=None, unique_name=None):
|
|||
geom = gprefs.get(self.unique_name, None)
|
||||
if geom is not None:
|
||||
self.restoreGeometry(geom)
|
||||
self.resize_dialog()
|
||||
|
||||
self.setModal(False)
|
||||
self.setWindowTitle(title)
|
||||
|
|
|
|||
Loading…
Reference in a new issue