mirror of
https://github.com/ankitects/anki.git
synced 2025-12-10 13:26:56 -05:00
make default table height a bit smaller
This commit is contained in:
parent
e63b7ef06d
commit
655651bade
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ class View(object):
|
||||||
if self.haveTop:
|
if self.haveTop:
|
||||||
height = 35
|
height = 35
|
||||||
else:
|
else:
|
||||||
height = 45
|
height = 40
|
||||||
self.write(self.center(self.mungeQA(self.main.deck, q), height))
|
self.write(self.center(self.mungeQA(self.main.deck, q), height))
|
||||||
if self.state != self.oldState and not nosound:
|
if self.state != self.oldState and not nosound:
|
||||||
playFromText(q)
|
playFromText(q)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue