diff options
Diffstat (limited to 'dist/qt_themes/default/style.qss')
| -rw-r--r-- | dist/qt_themes/default/style.qss | 5 |
1 files changed, 5 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); |