mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04: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:
|
||||
height = 35
|
||||
else:
|
||||
height = 45
|
||||
height = 40
|
||||
self.write(self.center(self.mungeQA(self.main.deck, q), height))
|
||||
if self.state != self.oldState and not nosound:
|
||||
playFromText(q)
|
||||
|
|
Loading…
Reference in a new issue