mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04: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
@ -192,7 +192,6 @@ class ViewLog(QDialog): # {{{
|
|||||||
geom = gprefs.get(self.unique_name, None)
|
geom = gprefs.get(self.unique_name, None)
|
||||||
if geom is not None:
|
if geom is not None:
|
||||||
self.restoreGeometry(geom)
|
self.restoreGeometry(geom)
|
||||||
self.resize_dialog()
|
|
||||||
|
|
||||||
self.setModal(False)
|
self.setModal(False)
|
||||||
self.setWindowTitle(title)
|
self.setWindowTitle(title)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user