mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 13:47:13 -05:00
don't force button height
This commit is contained in:
parent
3ddd0d38de
commit
a7e6ffe73d
1 changed files with 0 additions and 1 deletions
|
|
@ -448,7 +448,6 @@ new:
|
|||
# answer
|
||||
for i in range(1, 5):
|
||||
b = getattr(self.mainWin, "easeButton%d" % i)
|
||||
b.setFixedHeight(self.easeButtonHeight)
|
||||
b.setFixedWidth(85)
|
||||
self.connect(b, SIGNAL("clicked()"),
|
||||
lambda i=i: self.cardAnswered(i))
|
||||
|
|
|
|||
Loading…
Reference in a new issue