make default table height a bit smaller

This commit is contained in:
Damien Elmes 2008-12-23 18:50:56 +09:00
parent e63b7ef06d
commit 655651bade

View file

@ -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)