mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
allow study options to expand more
This commit is contained in:
parent
df2f09c253
commit
2a36c4aaaf
1 changed files with 1 additions and 1 deletions
|
@ -1721,7 +1721,7 @@ learnt today")
|
|||
self.updateStudyStats()
|
||||
self.mainWin.startReviewingButton.setFocus()
|
||||
self.setupStudyOptions()
|
||||
self.mainWin.studyOptionsFrame.setFixedWidth(300)
|
||||
self.mainWin.studyOptionsFrame.setMaximumWidth(500)
|
||||
self.mainWin.studyOptionsFrame.show()
|
||||
|
||||
def setupStudyOptions(self):
|
||||
|
|
Loading…
Reference in a new issue