mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #502 (Fixes for Kovid's refactor of ViewLog changes.)
This commit is contained in:
parent
291b27e425
commit
58b05d6a25
@ -191,7 +191,7 @@ class ViewLog(QDialog): # {{{
|
||||
self.resize(QSize(700, 500))
|
||||
geom = gprefs.get(self.unique_name, None)
|
||||
if geom is not None:
|
||||
self.restoreGeometry(self.geom)
|
||||
self.restoreGeometry(geom)
|
||||
self.resize_dialog()
|
||||
|
||||
self.setModal(False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user