From fe63d863861b85c3935bdf635d9f9928ba91df54 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 15 Dec 2010 06:31:30 +0900 Subject: [PATCH] don't limit more button width --- ankiqt/ui/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index e05aedc65..ad9d31476 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -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)