This commit is contained in:
Kovid Goyal 2022-09-30 13:21:03 +05:30
parent c1b488d552
commit fdac9fcada
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -124,8 +124,6 @@ class MetadataSingleDialogBase(QDialog):
w, h = gprefs.get('metasingle_window_size')
self.resize(QSize(w, h))
except Exception:
pass
else:
self.resize(self.sizeHint())
self.restore_widget_settings()
# }}}