mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32: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:
|
else:
|
||||||
self.easeButtonHeight = 25
|
self.easeButtonHeight = 25
|
||||||
# ask
|
# ask
|
||||||
|
self.mainWin.showAnswerButton.setFixedHeight(self.easeButtonHeight)
|
||||||
self.connect(self.mainWin.showAnswerButton, SIGNAL("clicked()"),
|
self.connect(self.mainWin.showAnswerButton, SIGNAL("clicked()"),
|
||||||
lambda: self.moveToState("showAnswer"))
|
lambda: self.moveToState("showAnswer"))
|
||||||
# answer
|
# answer
|
||||||
|
|
Loading…
Reference in a new issue