mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -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):
|
def drawQuestion(self, nosound=False):
|
||||||
"Show the question."
|
"Show the question."
|
||||||
|
if not self.main.config['splitQA']:
|
||||||
|
self.write("<br>")
|
||||||
q = self.main.currentCard.htmlQuestion()
|
q = self.main.currentCard.htmlQuestion()
|
||||||
if self.haveTop:
|
if self.haveTop:
|
||||||
height = 35
|
height = 35
|
||||||
|
|
Loading…
Reference in a new issue