From 7871949a6a734e400efc950dc813cd78e41a0966 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 19 Dec 2016 10:18:47 +1000 Subject: [PATCH] fix window not resizing properly #12 of https://anki.tenderapp.com/discussions/beta-testing/203-anki-210-alpha-5#comment_41542208 --- aqt/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/aqt/main.py b/aqt/main.py index 59ef489a1..ad5008096 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -210,8 +210,6 @@ Are you sure?""")): if self.pm.profile['mainWindowState']: restoreGeom(self, "mainWindow") restoreState(self, "mainWindow") - else: - self.resize(500, 400) # toolbar needs to be retranslated self.toolbar.draw() # titlebar