diff options
| -rw-r--r-- | dist/qt_themes/default/style.qss | 5 | ||||
| -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 | 5 |
4 files changed, 20 insertions, 0 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss index 12e681648..4ca0be50e 100644 --- a/dist/qt_themes/default/style.qss +++ b/dist/qt_themes/default/style.qss | |||
| @@ -315,6 +315,11 @@ QWidget#controllerPlayer8 { | |||
| 315 | background: transparent; | 315 | background: transparent; |
| 316 | } | 316 | } |
| 317 | 317 | ||
| 318 | QDialog QPushButton { | ||
| 319 | min-width: 57px; | ||
| 320 | padding: 4px 8px; | ||
| 321 | } | ||
| 322 | |||
| 318 | QDialog#QtSoftwareKeyboardDialog, | 323 | QDialog#QtSoftwareKeyboardDialog, |
| 319 | QStackedWidget#topOSK { | 324 | QStackedWidget#topOSK { |
| 320 | background: rgba(51, 51, 51, .9); | 325 | background: rgba(51, 51, 51, .9); |
diff --git a/dist/qt_themes/default_dark/style.qss b/dist/qt_themes/default_dark/style.qss index ca6daa2d5..877e9b18c 100644 --- a/dist/qt_themes/default_dark/style.qss +++ b/dist/qt_themes/default_dark/style.qss | |||
| @@ -319,6 +319,11 @@ 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 | |||
| 322 | QDialog#QtSoftwareKeyboardDialog, | 327 | QDialog#QtSoftwareKeyboardDialog, |
| 323 | QStackedWidget#topOSK { | 328 | QStackedWidget#topOSK { |
| 324 | background: rgba(51, 51, 51, .9); | 329 | background: rgba(51, 51, 51, .9); |
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss index 63a636ae6..ef38580b0 100644 --- a/dist/qt_themes/qdarkstyle/style.qss +++ b/dist/qt_themes/qdarkstyle/style.qss | |||
| @@ -1338,6 +1338,11 @@ 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 | |||
| 1341 | QDialog#ConfigureVibration QGroupBox::indicator, | 1346 | QDialog#ConfigureVibration QGroupBox::indicator, |
| 1342 | QGroupBox#motionGroup::indicator, | 1347 | QGroupBox#motionGroup::indicator, |
| 1343 | QGroupBox#vibrationGroup::indicator { | 1348 | QGroupBox#vibrationGroup::indicator { |
diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss index 49b05c8ba..786d07cfc 100644 --- a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss +++ b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss | |||
| @@ -2241,6 +2241,11 @@ QSpinBox#vibrationSpinPlayer8 { | |||
| 2241 | min-width: 68px; | 2241 | min-width: 68px; |
| 2242 | } | 2242 | } |
| 2243 | 2243 | ||
| 2244 | QDialog QPushButton { | ||
| 2245 | min-width: 57px; | ||
| 2246 | padding: 4px 8px; | ||
| 2247 | } | ||
| 2248 | |||
| 2244 | QDialog#ConfigureVibration QGroupBox::indicator, | 2249 | QDialog#ConfigureVibration QGroupBox::indicator, |
| 2245 | QGroupBox#motionGroup::indicator, | 2250 | QGroupBox#motionGroup::indicator, |
| 2246 | QGroupBox#vibrationGroup::indicator { | 2251 | QGroupBox#vibrationGroup::indicator { |