hide the options box before showing the main window, to keep it small

This commit is contained in:
Damien Elmes 2009-01-09 12:50:10 +09:00
parent 65cdd8a7da
commit 168a4d21d8

View file

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