mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
set answer button big too
This commit is contained in:
parent
e0e6979101
commit
9dd5d97de6
1 changed files with 1 additions and 0 deletions
|
@ -331,6 +331,7 @@ An error occurred. Please copy the following message into a bug report.\n\n""" +
|
|||
else:
|
||||
self.easeButtonHeight = 25
|
||||
# ask
|
||||
self.mainWin.showAnswerButton.setFixedHeight(self.easeButtonHeight)
|
||||
self.connect(self.mainWin.showAnswerButton, SIGNAL("clicked()"),
|
||||
lambda: self.moveToState("showAnswer"))
|
||||
# answer
|
||||
|
|
Loading…
Reference in a new issue