pad top area when not splitting q/a

This commit is contained in:
Damien Elmes 2008-12-08 16:12:55 +09:00
parent f4e262fdc3
commit c3a5897fb1

View file

@ -128,6 +128,8 @@ class View(object):
def drawQuestion(self, nosound=False):
"Show the question."
if not self.main.config['splitQA']:
self.write("<br>")
q = self.main.currentCard.htmlQuestion()
if self.haveTop:
height = 35