mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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
|
||||
# more
|
||||
moreButton = QPushButton(_("More"))
|
||||
if sys.platform.startswith("darwin"):
|
||||
moreButton.setFixedWidth(80)
|
||||
if sys.platform.startswith("win32") and \
|
||||
self.config['alternativeTheme']:
|
||||
moreButton.setFixedHeight(24)
|
||||
|
|
Loading…
Reference in a new issue