mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 19:49:28 +00:00
QDarkStyle: fix button squish issue
This commit is contained in:
parent
53f0356dc0
commit
d3227ce054
1 changed files with 0 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue