1
0
mirror of https://github.com/yuzu-emu/yuzu-android.git synced 2025-02-09 22:33:06 +01:00

Merge pull request from BenjaminHalko/button-padding

ui: Added padding to the reset button
This commit is contained in:
liamwhite 2023-08-26 19:14:30 -04:00 committed by GitHub
commit 3620533995
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
qdarkstyle_midnight_blue

@ -78,6 +78,11 @@ QPushButton#buttonRefreshDevices {
max-height: 21px;
}
QPushButton#button_reset_defaults {
min-width: 57px;
padding: 4px 8px;
}
QWidget#bottomPerGameInput,
QWidget#topControllerApplet,
QWidget#bottomControllerApplet,

@ -2228,6 +2228,10 @@ QPushButton#buttonRefreshDevices {
padding: 0px 0px;
}
QPushButton#button_reset_defaults {
padding: 3px 6px;
}
QSpinBox#spinboxLStickRange,
QSpinBox#spinboxRStickRange,
QSpinBox#vibrationSpinPlayer1,