From c3a5897fb12dd5ecddf7eaaae5002ed54047b5fa Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Mon, 8 Dec 2008 16:12:55 +0900 Subject: [PATCH] pad top area when not splitting q/a --- ankiqt/ui/view.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ankiqt/ui/view.py b/ankiqt/ui/view.py index 6b6b9b7f3..2afeb4175 100644 --- a/ankiqt/ui/view.py +++ b/ankiqt/ui/view.py @@ -128,6 +128,8 @@ class View(object): def drawQuestion(self, nosound=False): "Show the question." + if not self.main.config['splitQA']: + self.write("
") q = self.main.currentCard.htmlQuestion() if self.haveTop: height = 35