Compare commits

...

3 Commits

Author SHA1 Message Date
BenjaminHalko
2e55459e03 Updated to only the reset button 2023-08-25 10:45:42 -07:00
BenjaminHalko
8677d98a10 Updated padded style 2023-08-25 10:29:23 -07:00
BenjaminHalko
0e443dcb05 fix: Added padding to buttons
Some buttons did not have enough padding, now they do!
2023-08-22 10:01:12 -07:00
2 changed files with 9 additions and 0 deletions

View File

@@ -78,6 +78,11 @@ QPushButton#buttonRefreshDevices {
max-height: 21px;
}
QPushButton#button_reset_defaults {
min-width: 57px;
padding: 4px 8px;
}
QWidget#bottomPerGameInput,
QWidget#topControllerApplet,
QWidget#bottomControllerApplet,

View File

@@ -2228,6 +2228,10 @@ QPushButton#buttonRefreshDevices {
padding: 0px 0px;
}
QPushButton#button_reset_defaults {
padding: 3px 6px;
}
QSpinBox#spinboxLStickRange,
QSpinBox#spinboxRStickRange,
QSpinBox#vibrationSpinPlayer1,