diff options
| author | 2023-08-25 10:45:42 -0700 | |
|---|---|---|
| committer | 2023-08-25 10:45:42 -0700 | |
| commit | 2e55459e03aa29b264b7c6fcb682cd990e81e1f8 (patch) | |
| tree | c15597a61981b3bb8083f1f6464addee3cb33724 /dist | |
| parent | Updated padded style (diff) | |
| download | yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.tar.gz yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.tar.xz yuzu-2e55459e03aa29b264b7c6fcb682cd990e81e1f8.zip | |
Updated to only the reset button
Diffstat (limited to 'dist')
| -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 { | |||
| 78 | max-height: 21px; | 78 | max-height: 21px; |
| 79 | } | 79 | } |
| 80 | 80 | ||
| 81 | QPushButton#button_reset_defaults { | ||
| 82 | min-width: 57px; | ||
| 83 | padding: 4px 8px; | ||
| 84 | } | ||
| 85 | |||
| 81 | QWidget#bottomPerGameInput, | 86 | QWidget#bottomPerGameInput, |
| 82 | QWidget#topControllerApplet, | 87 | QWidget#topControllerApplet, |
| 83 | QWidget#bottomControllerApplet, | 88 | QWidget#bottomControllerApplet, |
| @@ -315,11 +320,6 @@ QWidget#controllerPlayer8 { | |||
| 315 | background: transparent; | 320 | background: transparent; |
| 316 | } | 321 | } |
| 317 | 322 | ||
| 318 | QDialog QPushButton { | ||
| 319 | min-width: 57px; | ||
| 320 | padding: 4px 8px; | ||
| 321 | } | ||
| 322 | |||
| 323 | QDialog#QtSoftwareKeyboardDialog, | 323 | QDialog#QtSoftwareKeyboardDialog, |
| 324 | QStackedWidget#topOSK { | 324 | QStackedWidget#topOSK { |
| 325 | background: rgba(51, 51, 51, .9); | 325 | 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 { | |||
| 2228 | padding: 0px 0px; | 2228 | padding: 0px 0px; |
| 2229 | } | 2229 | } |
| 2230 | 2230 | ||
| 2231 | QPushButton#button_reset_defaults { | ||
| 2232 | padding: 3px 6px; | ||
| 2233 | } | ||
| 2234 | |||
| 2231 | QSpinBox#spinboxLStickRange, | 2235 | QSpinBox#spinboxLStickRange, |
| 2232 | QSpinBox#spinboxRStickRange, | 2236 | QSpinBox#spinboxRStickRange, |
| 2233 | QSpinBox#vibrationSpinPlayer1, | 2237 | QSpinBox#vibrationSpinPlayer1, |
| @@ -2241,10 +2245,6 @@ QSpinBox#vibrationSpinPlayer8 { | |||
| 2241 | min-width: 68px; | 2245 | min-width: 68px; |
| 2242 | } | 2246 | } |
| 2243 | 2247 | ||
| 2244 | QDialog QPushButton { | ||
| 2245 | padding: 3px 6px; | ||
| 2246 | } | ||
| 2247 | |||
| 2248 | QDialog#ConfigureVibration QGroupBox::indicator, | 2248 | QDialog#ConfigureVibration QGroupBox::indicator, |
| 2249 | QGroupBox#motionGroup::indicator, | 2249 | QGroupBox#motionGroup::indicator, |
| 2250 | QGroupBox#vibrationGroup::indicator { | 2250 | QGroupBox#vibrationGroup::indicator { |