From 666331bc6ca429747700b4e4451ac0dd0f95295e Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 23 Dec 2008 19:48:09 +0900 Subject: [PATCH] make the tables even smaller to adjust for pre changes --- ankiqt/ui/view.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ankiqt/ui/view.py b/ankiqt/ui/view.py index d44ea3c79..33e918f87 100644 --- a/ankiqt/ui/view.py +++ b/ankiqt/ui/view.py @@ -122,12 +122,12 @@ class View(object): # Question and answer ########################################################################## - def center(self, str, height=45): + def center(self, str, height=40): if not self.main.config['splitQA']: return str return ''' -
-
+
\ +
\
%s
''' % (height, str) def drawQuestion(self, nosound=False):