diff --git a/ankiqt/ui/view.py b/ankiqt/ui/view.py index 273d47658..d44ea3c79 100644 --- a/ankiqt/ui/view.py +++ b/ankiqt/ui/view.py @@ -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)