mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
don't limit more button width
This commit is contained in:
parent
35159044aa
commit
fe63d86386
1 changed files with 0 additions and 2 deletions
|
@ -1290,8 +1290,6 @@ your deck."""))
|
||||||
focusButton = openButton
|
focusButton = openButton
|
||||||
# more
|
# more
|
||||||
moreButton = QPushButton(_("More"))
|
moreButton = QPushButton(_("More"))
|
||||||
if sys.platform.startswith("darwin"):
|
|
||||||
moreButton.setFixedWidth(80)
|
|
||||||
if sys.platform.startswith("win32") and \
|
if sys.platform.startswith("win32") and \
|
||||||
self.config['alternativeTheme']:
|
self.config['alternativeTheme']:
|
||||||
moreButton.setFixedHeight(24)
|
moreButton.setFixedHeight(24)
|
||||||
|
|
Loading…
Reference in a new issue