From 168a4d21d8d8aea004ef74a016e78f6b1caacea7 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 9 Jan 2009 12:50:10 +0900 Subject: [PATCH] hide the options box before showing the main window, to keep it small --- ankiqt/ui/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index ff46b0655..22b168456 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -950,6 +950,7 @@ To upgrade an old deck, download Anki 0.9.8.7.""")) SIGNAL("clicked()"), lambda: QDesktopServices.openUrl(QUrl( ankiqt.appWiki + "StudyOptions"))) + self.mainWin.optionsBox.setShown(False) def showStudyScreen(self): self.mainWin.optionsButton.setChecked(self.config['showStudyOptions'])