diff options
author | BenjaminHalko <benjaminhalko@hotmail.com> | 2023-08-25 19:45:42 +0200 |
---|---|---|
committer | BenjaminHalko <benjaminhalko@hotmail.com> | 2023-08-25 19:45:42 +0200 |
commit | 2e55459e03aa29b264b7c6fcb682cd990e81e1f8 (patch) | |
tree | c15597a61981b3bb8083f1f6464addee3cb33724 | |
parent | Updated padded style (diff) | |
download | yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.tar yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.tar.gz yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.tar.bz2 yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.tar.lz yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.tar.xz yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.tar.zst yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.zip |
-rw-r--r-- | dist/qt_themes/default/style.qss | 10 | ||||
-rw-r--r-- | dist/qt_themes/qdarkstyle_midnight_blue/style.qss | 8 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index 4ca0be50e..79960ee0c 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss @@ -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, @@ -315,11 +320,6 @@ QWidget#controllerPlayer8 { background: transparent; } -QDialog QPushButton { - min-width: 57px; - padding: 4px 8px; -} - QDialog#QtSoftwareKeyboardDialog, QStackedWidget#topOSK { background: rgba(51, 51, 51, .9); diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss index 84820934c..0c53115f6 100644 --- a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss +++ b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss @@ -2228,6 +2228,10 @@ QPushButton#buttonRefreshDevices { padding: 0px 0px; } +QPushButton#button_reset_defaults { + padding: 3px 6px; +} + QSpinBox#spinboxLStickRange, QSpinBox#spinboxRStickRange, QSpinBox#vibrationSpinPlayer1, @@ -2241,10 +2245,6 @@ QSpinBox#vibrationSpinPlayer8 { min-width: 68px; } -QDialog QPushButton { - padding: 3px 6px; -} - QDialog#ConfigureVibration QGroupBox::indicator, QGroupBox#motionGroup::indicator, QGroupBox#vibrationGroup::indicator { |