Updated to only the reset button

This commit is contained in:
BenjaminHalko 2023-08-25 10:45:42 -07:00
parent 8677d98a10
commit 2e55459e03
2 changed files with 9 additions and 9 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,
@ -315,11 +320,6 @@ QWidget#controllerPlayer8 {
background: transparent;
}
QDialog QPushButton {
min-width: 57px;
padding: 4px 8px;
}
QDialog#QtSoftwareKeyboardDialog,
QStackedWidget#topOSK {
background: rgba(51, 51, 51, .9);