diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 0006b9aff..86f98b204 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -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