mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +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;
|
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;
|
||||||
|
|
Loading…
Reference in a new issue