From 655651badee7bbc30cacd267f91ad6ed359d43c1 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 23 Dec 2008 18:50:56 +0900 Subject: [PATCH] make default table height a bit smaller --- ankiqt/ui/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/view.py b/ankiqt/ui/view.py index 273d47658..d44ea3c79 100644 --- a/ankiqt/ui/view.py +++ b/ankiqt/ui/view.py @@ -138,7 +138,7 @@ class View(object): if self.haveTop: height = 35 else: - height = 45 + height = 40 self.write(self.center(self.mungeQA(self.main.deck, q), height)) if self.state != self.oldState and not nosound: playFromText(q)