diff options
| author | 2023-08-25 10:29:23 -0700 | |
|---|---|---|
| committer | 2023-08-25 10:29:23 -0700 | |
| commit | 8677d98a102260a37566f2967c7b97fb84f62a6e (patch) | |
| tree | d74c7e4cd5601331f93156d6761c3698c04fce6c /dist | |
| parent | fix: Added padding to buttons (diff) | |
| download | yuzu-8677d98a102260a37566f2967c7b97fb84f62a6e.tar.gz yuzu-8677d98a102260a37566f2967c7b97fb84f62a6e.tar.xz yuzu-8677d98a102260a37566f2967c7b97fb84f62a6e.zip | |
Updated padded style
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/qt_themes/default_dark/style.qss | 5 | ||||
| -rw-r--r-- | dist/qt_themes/qdarkstyle/style.qss | 5 | ||||
| -rw-r--r-- | dist/qt_themes/qdarkstyle_midnight_blue/style.qss | 3 |
3 files changed, 1 insertions, 12 deletions
diff --git a/dist/qt_themes/default_dark/style.qss b/dist/qt_themes/default_dark/style.qss index 877e9b18c..ca6daa2d5 100644 --- a/dist/qt_themes/default_dark/style.qss +++ b/dist/qt_themes/default_dark/style.qss | |||
| @@ -319,11 +319,6 @@ QWidget#controllerPlayer8 { | |||
| 319 | background: transparent; | 319 | background: transparent; |
| 320 | } | 320 | } |
| 321 | 321 | ||
| 322 | QDialog QPushButton { | ||
| 323 | min-width: 57px; | ||
| 324 | padding: 4px 8px; | ||
| 325 | } | ||
| 326 | |||
| 327 | QDialog#QtSoftwareKeyboardDialog, | 322 | QDialog#QtSoftwareKeyboardDialog, |
| 328 | QStackedWidget#topOSK { | 323 | QStackedWidget#topOSK { |
| 329 | background: rgba(51, 51, 51, .9); | 324 | background: rgba(51, 51, 51, .9); |
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss index ef38580b0..63a636ae6 100644 --- a/dist/qt_themes/qdarkstyle/style.qss +++ b/dist/qt_themes/qdarkstyle/style.qss | |||
| @@ -1338,11 +1338,6 @@ QSpinBox#vibrationSpinPlayer8 { | |||
| 1338 | min-width: 68px; | 1338 | min-width: 68px; |
| 1339 | } | 1339 | } |
| 1340 | 1340 | ||
| 1341 | QDialog QPushButton { | ||
| 1342 | min-width: 57px; | ||
| 1343 | padding: 4px 8px; | ||
| 1344 | } | ||
| 1345 | |||
| 1346 | QDialog#ConfigureVibration QGroupBox::indicator, | 1341 | QDialog#ConfigureVibration QGroupBox::indicator, |
| 1347 | QGroupBox#motionGroup::indicator, | 1342 | QGroupBox#motionGroup::indicator, |
| 1348 | QGroupBox#vibrationGroup::indicator { | 1343 | QGroupBox#vibrationGroup::indicator { |
diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss index 786d07cfc..84820934c 100644 --- a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss +++ b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss | |||
| @@ -2242,8 +2242,7 @@ QSpinBox#vibrationSpinPlayer8 { | |||
| 2242 | } | 2242 | } |
| 2243 | 2243 | ||
| 2244 | QDialog QPushButton { | 2244 | QDialog QPushButton { |
| 2245 | min-width: 57px; | 2245 | padding: 3px 6px; |
| 2246 | padding: 4px 8px; | ||
| 2247 | } | 2246 | } |
| 2248 | 2247 | ||
| 2249 | QDialog#ConfigureVibration QGroupBox::indicator, | 2248 | QDialog#ConfigureVibration QGroupBox::indicator, |