QDarkStyle: fix button squish issue

This commit is contained in:
tobtoht 2021-05-23 15:30:38 +02:00
parent 53f0356dc0
commit d3227ce054
No known key found for this signature in database
GPG key ID: 1CADD27F41F45C3C

View file

@ -986,8 +986,6 @@ QPushButton {
border-radius: 4px; border-radius: 4px;
padding: 3px; padding: 3px;
outline: none; outline: none;
/* Issue #194 - Special case of QPushButton inside dialogs, for better UI */
min-width: 80px;
} }
QPushButton:disabled { QPushButton:disabled {
@ -2152,10 +2150,6 @@ QComboBox::item:checked {
max-height: 30px; max-height: 30px;
} }
QPushButton {
min-width: default;
}
QPushButton:flat { QPushButton:flat {
background-color: transparent; background-color: transparent;
border: none; border: none;