Sigh, that should teach me not to try to keep too many balls in the air

This commit is contained in:
Kovid Goyal 2016-05-09 22:08:19 +05:30
parent 25cb6a57f1
commit 12ba319038

View File

@ -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)