From 9dd5d97de6adb6eb741cf8f61aeaea5c06c32f1a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 28 Nov 2008 23:32:53 +0900 Subject: [PATCH] set answer button big too --- ankiqt/ui/main.py | 1 + 1 file changed, 1 insertion(+) 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