Browse Source
Merge pull request #11350 from BenjaminHalko/button-padding
ui: Added padding to the reset button
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
9 additions and
0 deletions
-
dist/qt_themes/default/style.qss
-
dist/qt_themes/qdarkstyle_midnight_blue/style.qss
|
|
@ -78,6 +78,11 @@ QPushButton#buttonRefreshDevices { |
|
|
max-height: 21px; |
|
|
max-height: 21px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
QPushButton#button_reset_defaults { |
|
|
|
|
|
min-width: 57px; |
|
|
|
|
|
padding: 4px 8px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
QWidget#bottomPerGameInput, |
|
|
QWidget#bottomPerGameInput, |
|
|
QWidget#topControllerApplet, |
|
|
QWidget#topControllerApplet, |
|
|
QWidget#bottomControllerApplet, |
|
|
QWidget#bottomControllerApplet, |
|
|
|
|
|
@ -2228,6 +2228,10 @@ QPushButton#buttonRefreshDevices { |
|
|
padding: 0px 0px; |
|
|
padding: 0px 0px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
QPushButton#button_reset_defaults { |
|
|
|
|
|
padding: 3px 6px; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
QSpinBox#spinboxLStickRange, |
|
|
QSpinBox#spinboxLStickRange, |
|
|
QSpinBox#spinboxRStickRange, |
|
|
QSpinBox#spinboxRStickRange, |
|
|
QSpinBox#vibrationSpinPlayer1, |
|
|
QSpinBox#vibrationSpinPlayer1, |
|
|
|