Updated padded style
This commit is contained in:
parent
0e443dcb05
commit
8677d98a10
3 changed files with 1 additions and 12 deletions
5
dist/qt_themes/default_dark/style.qss
vendored
5
dist/qt_themes/default_dark/style.qss
vendored
|
@ -319,11 +319,6 @@ QWidget#controllerPlayer8 {
|
|||
background: transparent;
|
||||
}
|
||||
|
||||
QDialog QPushButton {
|
||||
min-width: 57px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
QDialog#QtSoftwareKeyboardDialog,
|
||||
QStackedWidget#topOSK {
|
||||
background: rgba(51, 51, 51, .9);
|
||||
|
|
5
dist/qt_themes/qdarkstyle/style.qss
vendored
5
dist/qt_themes/qdarkstyle/style.qss
vendored
|
@ -1338,11 +1338,6 @@ QSpinBox#vibrationSpinPlayer8 {
|
|||
min-width: 68px;
|
||||
}
|
||||
|
||||
QDialog QPushButton {
|
||||
min-width: 57px;
|
||||
padding: 4px 8px;
|
||||
}
|
||||
|
||||
QDialog#ConfigureVibration QGroupBox::indicator,
|
||||
QGroupBox#motionGroup::indicator,
|
||||
QGroupBox#vibrationGroup::indicator {
|
||||
|
|
|
@ -2242,8 +2242,7 @@ QSpinBox#vibrationSpinPlayer8 {
|
|||
}
|
||||
|
||||
QDialog QPushButton {
|
||||
min-width: 57px;
|
||||
padding: 4px 8px;
|
||||
padding: 3px 6px;
|
||||
}
|
||||
|
||||
QDialog#ConfigureVibration QGroupBox::indicator,
|
||||
|
|
Loading…
Reference in a new issue