Merge pull request #11350 from BenjaminHalko/button-padding
ui: Added padding to the reset button
This commit is contained in:
commit
3620533995
|
@ -78,6 +78,11 @@ QPushButton#buttonRefreshDevices {
|
||||||
max-height: 21px;
|
max-height: 21px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton#button_reset_defaults {
|
||||||
|
min-width: 57px;
|
||||||
|
padding: 4px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
QWidget#bottomPerGameInput,
|
QWidget#bottomPerGameInput,
|
||||||
QWidget#topControllerApplet,
|
QWidget#topControllerApplet,
|
||||||
QWidget#bottomControllerApplet,
|
QWidget#bottomControllerApplet,
|
||||||
|
|
|
@ -2228,6 +2228,10 @@ QPushButton#buttonRefreshDevices {
|
||||||
padding: 0px 0px;
|
padding: 0px 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QPushButton#button_reset_defaults {
|
||||||
|
padding: 3px 6px;
|
||||||
|
}
|
||||||
|
|
||||||
QSpinBox#spinboxLStickRange,
|
QSpinBox#spinboxLStickRange,
|
||||||
QSpinBox#spinboxRStickRange,
|
QSpinBox#spinboxRStickRange,
|
||||||
QSpinBox#vibrationSpinPlayer1,
|
QSpinBox#vibrationSpinPlayer1,
|
||||||
|
|
Reference in New Issue