From d3227ce054726d970d642a9791b13835393093f9 Mon Sep 17 00:00:00 2001 From: tobtoht Date: Sun, 23 May 2021 15:30:38 +0200 Subject: [PATCH] QDarkStyle: fix button squish issue --- src/ui/qdarkstyle/style.qss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/ui/qdarkstyle/style.qss b/src/ui/qdarkstyle/style.qss index 9b1368d..a85365f 100644 --- a/src/ui/qdarkstyle/style.qss +++ b/src/ui/qdarkstyle/style.qss @@ -986,8 +986,6 @@ QPushButton { border-radius: 4px; padding: 3px; outline: none; - /* Issue #194 - Special case of QPushButton inside dialogs, for better UI */ - min-width: 80px; } QPushButton:disabled { @@ -2152,10 +2150,6 @@ QComboBox::item:checked { max-height: 30px; } -QPushButton { - min-width: default; -} - QPushButton:flat { background-color: transparent; border: none;