don't limit more button width

This commit is contained in:
Damien Elmes 2010-12-15 06:31:30 +09:00
parent 35159044aa
commit fe63d86386

View file

@ -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)