mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix h. pos of type answer box
This commit is contained in:
parent
94bad194a6
commit
28420be794
1 changed files with 0 additions and 2 deletions
|
@ -603,9 +603,7 @@ new:
|
||||||
self.typeAnswerShowButton = QPushButton(_("Show Answer"))
|
self.typeAnswerShowButton = QPushButton(_("Show Answer"))
|
||||||
hbox = QHBoxLayout()
|
hbox = QHBoxLayout()
|
||||||
hbox.setContentsMargins(0,0,0,0)
|
hbox.setContentsMargins(0,0,0,0)
|
||||||
hbox.addStretch(0)
|
|
||||||
hbox.addWidget(self.typeAnswerShowButton)
|
hbox.addWidget(self.typeAnswerShowButton)
|
||||||
hbox.addStretch(0)
|
|
||||||
vbox.addLayout(hbox)
|
vbox.addLayout(hbox)
|
||||||
self.connect(self.typeAnswerShowButton, SIGNAL("clicked()"),
|
self.connect(self.typeAnswerShowButton, SIGNAL("clicked()"),
|
||||||
lambda: self.moveToState("showAnswer"))
|
lambda: self.moveToState("showAnswer"))
|
||||||
|
|
Loading…
Reference in a new issue