From 28420be794ff52d5a5b6a132feaad3466cc67004 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 19 Nov 2009 13:17:42 +0900 Subject: [PATCH] fix h. pos of type answer box --- ankiqt/ui/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 3bf46ac50..0a7fc311b 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -603,9 +603,7 @@ new: self.typeAnswerShowButton = QPushButton(_("Show Answer")) hbox = QHBoxLayout() hbox.setContentsMargins(0,0,0,0) - hbox.addStretch(0) hbox.addWidget(self.typeAnswerShowButton) - hbox.addStretch(0) vbox.addLayout(hbox) self.connect(self.typeAnswerShowButton, SIGNAL("clicked()"), lambda: self.moveToState("showAnswer"))