mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -04:00
pad top area when not splitting q/a
This commit is contained in:
parent
f4e262fdc3
commit
c3a5897fb1
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue