Some buttons did not have enough padding, now they do!
@@ -315,6 +315,11 @@ QWidget#controllerPlayer8 {
background: transparent;
}
+QDialog QPushButton {
+ min-width: 57px;
+ padding: 4px 8px;
+}
+
QDialog#QtSoftwareKeyboardDialog,
QStackedWidget#topOSK {
background: rgba(51, 51, 51, .9);
@@ -319,6 +319,11 @@ QWidget#controllerPlayer8 {
@@ -1338,6 +1338,11 @@ QSpinBox#vibrationSpinPlayer8 {
min-width: 68px;
QDialog#ConfigureVibration QGroupBox::indicator,
QGroupBox#motionGroup::indicator,
QGroupBox#vibrationGroup::indicator {
@@ -2241,6 +2241,11 @@ QSpinBox#vibrationSpinPlayer8 {