summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dist/qt_themes/default/style.qss14
-rw-r--r--dist/qt_themes/qdarkstyle/style.qss71
-rw-r--r--dist/qt_themes/qdarkstyle_midnight_blue/style.qss81
-rw-r--r--src/yuzu/aboutdialog.ui20
-rw-r--r--src/yuzu/applets/controller.ui31
-rw-r--r--src/yuzu/configuration/configure.ui20
-rw-r--r--src/yuzu/configuration/configure_debug_controller.ui20
-rw-r--r--src/yuzu/configuration/configure_input.ui24
-rw-r--r--src/yuzu/configuration/configure_input_advanced.cpp4
-rw-r--r--src/yuzu/configuration/configure_input_advanced.ui192
-rw-r--r--src/yuzu/configuration/configure_input_player.ui241
-rw-r--r--src/yuzu/configuration/configure_motion_touch.ui10
-rw-r--r--src/yuzu/configuration/configure_mouse_advanced.ui46
-rw-r--r--src/yuzu/configuration/configure_per_game.ui20
-rw-r--r--src/yuzu/configuration/configure_touch_from_button.ui10
-rw-r--r--src/yuzu/configuration/configure_touchscreen_advanced.ui22
16 files changed, 326 insertions, 500 deletions
diff --git a/dist/qt_themes/default/style.qss b/dist/qt_themes/default/style.qss
index b6dd2063d..836dd25ca 100644
--- a/dist/qt_themes/default/style.qss
+++ b/dist/qt_themes/default/style.qss
@@ -1,3 +1,7 @@
1QAbstractSpinBox {
2 min-height: 19px;
3}
4
1QPushButton#TogglableStatusBarButton { 5QPushButton#TogglableStatusBarButton {
2 color: #959595; 6 color: #959595;
3 border: 1px solid transparent; 7 border: 1px solid transparent;
@@ -35,10 +39,10 @@ QPushButton#RendererStatusBarButton:!checked {
35} 39}
36 40
37QPushButton#buttonRefreshDevices { 41QPushButton#buttonRefreshDevices {
38 min-width: 20px; 42 min-width: 21px;
39 min-height: 20px; 43 min-height: 21px;
40 max-width: 20px; 44 max-width: 21px;
41 max-height: 20px; 45 max-height: 21px;
42} 46}
43 47
44QWidget#bottomPerGameInput, 48QWidget#bottomPerGameInput,
@@ -71,7 +75,7 @@ QWidget#middleControllerApplet {
71 75
72QWidget#topPerGameInput QComboBox, 76QWidget#topPerGameInput QComboBox,
73QWidget#middleControllerApplet QComboBox { 77QWidget#middleControllerApplet QComboBox {
74 width: 123px; 78 width: 120px;
75} 79}
76 80
77QWidget#connectedControllers { 81QWidget#connectedControllers {
diff --git a/dist/qt_themes/qdarkstyle/style.qss b/dist/qt_themes/qdarkstyle/style.qss
index 66026e8be..aca6531ac 100644
--- a/dist/qt_themes/qdarkstyle/style.qss
+++ b/dist/qt_themes/qdarkstyle/style.qss
@@ -99,12 +99,19 @@ QGroupBox::indicator:unchecked:disabled {
99} 99}
100 100
101QRadioButton { 101QRadioButton {
102 spacing: 5px;
103 outline: none;
104 color: #eff0f1; 102 color: #eff0f1;
103 spacing: 3px;
104 padding: 0px;
105 border: none;
106 outline: none;
105 margin-bottom: 2px; 107 margin-bottom: 2px;
106} 108}
107 109
110QGroupBox QRadioButton {
111 padding-left: 0px;
112 padding-right: 7px;
113}
114
108QRadioButton:disabled { 115QRadioButton:disabled {
109 color: #76797C; 116 color: #76797C;
110} 117}
@@ -522,13 +529,12 @@ QToolButton#qt_toolbar_ext_button {
522 529
523QPushButton { 530QPushButton {
524 color: #eff0f1; 531 color: #eff0f1;
525 border-width: 1px; 532 border: 1px solid #54575B;
526 border-color: #54575B;
527 border-style: solid;
528 padding: 6px 4px;
529 border-radius: 2px; 533 border-radius: 2px;
534 padding: 5px 0px 5px 0px;
530 outline: none; 535 outline: none;
531 min-width: 100px; 536 min-width: 100px;
537 min-height: 13px;
532 background-color: #232629; 538 background-color: #232629;
533} 539}
534 540
@@ -553,8 +559,9 @@ QComboBox {
553 selection-background-color: #3daee9; 559 selection-background-color: #3daee9;
554 border: 1px solid #54575B; 560 border: 1px solid #54575B;
555 border-radius: 2px; 561 border-radius: 2px;
556 padding: 4px 6px; 562 padding: 0px 4px 0px 4px;
557 min-width: 75px; 563 min-width: 60px;
564 min-height: 23px;
558 background-color: #232629; 565 background-color: #232629;
559} 566}
560 567
@@ -608,26 +615,26 @@ QComboBox::down-arrow:focus {
608} 615}
609 616
610QAbstractSpinBox { 617QAbstractSpinBox {
611 padding: 4px 6px;
612 border: 1px solid #54575B; 618 border: 1px solid #54575B;
613 background-color: #232629; 619 background-color: #232629;
614 color: #eff0f1; 620 color: #eff0f1;
615 border-radius: 2px; 621 border-radius: 2px;
616 min-width: 75px; 622 min-width: 52px;
623 min-height: 23px;
617} 624}
618 625
619QAbstractSpinBox:up-button { 626QAbstractSpinBox:up-button {
620 background-color: transparent; 627 background-color: transparent;
621 subcontrol-origin: border; 628 subcontrol-origin: border;
622 subcontrol-position: center right; 629 subcontrol-position: center right;
623 left: -6px; 630 left: -2px;
624} 631}
625 632
626QAbstractSpinBox:down-button { 633QAbstractSpinBox:down-button {
627 background-color: transparent; 634 background-color: transparent;
628 subcontrol-origin: border; 635 subcontrol-origin: border;
629 subcontrol-position: center left; 636 subcontrol-position: center left;
630 right: -6px; 637 right: -2px;
631} 638}
632 639
633QAbstractSpinBox::up-arrow, 640QAbstractSpinBox::up-arrow,
@@ -1277,34 +1284,17 @@ QPushButton#RendererStatusBarButton:!checked {
1277} 1284}
1278 1285
1279QPushButton#buttonRefreshDevices { 1286QPushButton#buttonRefreshDevices {
1280 min-width: 24px; 1287 min-width: 23px;
1281 min-height: 24px; 1288 min-height: 23px;
1282 max-width: 24px; 1289 max-width: 23px;
1283 max-height: 24px; 1290 max-height: 23px;
1284 padding: 0px 0px; 1291 padding: 0px 0px;
1285} 1292}
1286 1293
1287QSpinBox#spinboxLStickRange, 1294QSpinBox#spinboxLStickRange,
1288QSpinBox#spinboxRStickRange { 1295QSpinBox#spinboxRStickRange,
1289 padding: 4px 0px 5px 0px;
1290 min-width: 63px;
1291}
1292
1293QSpinBox#vibrationSpin { 1296QSpinBox#vibrationSpin {
1294 padding: 4px 0px 5px 0px; 1297 min-width: 68px;
1295 min-width: 63px;
1296}
1297
1298QSpinBox#spinboxLStickRange:up-button,
1299QSpinBox#spinboxRStickRange:up-button,
1300QSpinBox#vibrationSpin:up-button {
1301 left: -2px;
1302}
1303
1304QSpinBox#spinboxLStickRange:down-button,
1305QSpinBox#spinboxRStickRange:down-button,
1306QSpinBox#vibrationSpin:down-button {
1307 right: -1px;
1308} 1298}
1309 1299
1310QGroupBox#motionGroup::indicator, 1300QGroupBox#motionGroup::indicator,
@@ -1340,16 +1330,7 @@ QWidget#middleControllerApplet {
1340 1330
1341QWidget#topPerGameInput QComboBox, 1331QWidget#topPerGameInput QComboBox,
1342QWidget#middleControllerApplet QComboBox { 1332QWidget#middleControllerApplet QComboBox {
1343 width: 119px; 1333 width: 120px;
1344}
1345
1346QRadioButton#radioDocked {
1347 margin-left: -3px;
1348}
1349
1350
1351QRadioButton#radioUndocked {
1352 margin-right: 5px;
1353} 1334}
1354 1335
1355QWidget#connectedControllers { 1336QWidget#connectedControllers {
diff --git a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss
index c6318ba4e..ad032a966 100644
--- a/dist/qt_themes/qdarkstyle_midnight_blue/style.qss
+++ b/dist/qt_themes/qdarkstyle_midnight_blue/style.qss
@@ -172,8 +172,8 @@ QCheckBox {
172 color: #F0F0F0; 172 color: #F0F0F0;
173 spacing: 4px; 173 spacing: 4px;
174 outline: none; 174 outline: none;
175 padding-top: 4px; 175 padding-top: 2px;
176 padding-bottom: 4px; 176 padding-bottom: 2px;
177} 177}
178 178
179QCheckBox:focus { 179QCheckBox:focus {
@@ -239,7 +239,7 @@ QGroupBox {
239 border: 1px solid #32414B; 239 border: 1px solid #32414B;
240 border-radius: 4px; 240 border-radius: 4px;
241 margin-top: 12px; 241 margin-top: 12px;
242 padding: 4px; 242 padding: 2px;
243} 243}
244 244
245QGroupBox::title { 245QGroupBox::title {
@@ -247,7 +247,7 @@ QGroupBox::title {
247 subcontrol-position: top left; 247 subcontrol-position: top left;
248 padding-left: 3px; 248 padding-left: 3px;
249 padding-right: 5px; 249 padding-right: 5px;
250 padding-top: 4px; 250 padding-top: 2px;
251} 251}
252 252
253QGroupBox::indicator { 253QGroupBox::indicator {
@@ -298,6 +298,11 @@ QRadioButton {
298 outline: none; 298 outline: none;
299} 299}
300 300
301QGroupBox QRadioButton {
302 padding-left: 0px;
303 padding-right: 7px;
304}
305
301QRadioButton:focus { 306QRadioButton:focus {
302 border: none; 307 border: none;
303} 308}
@@ -321,7 +326,6 @@ QRadioButton QWidget {
321QRadioButton::indicator { 326QRadioButton::indicator {
322 border: none; 327 border: none;
323 outline: none; 328 outline: none;
324 margin-left: 4px;
325 height: 16px; 329 height: 16px;
326 width: 16px; 330 width: 16px;
327} 331}
@@ -785,14 +789,8 @@ QAbstractSpinBox {
785 background-color: #19232D; 789 background-color: #19232D;
786 border: 1px solid #32414B; 790 border: 1px solid #32414B;
787 color: #F0F0F0; 791 color: #F0F0F0;
788 /* This fixes 103, 111 */
789 padding-top: 2px;
790 /* This fixes 103, 111 */
791 padding-bottom: 2px;
792 padding-left: 4px;
793 padding-right: 4px;
794 border-radius: 4px; 792 border-radius: 4px;
795 /* min-width: 5px; removed to fix 109 */ 793 min-height: 19px;
796} 794}
797 795
798QAbstractSpinBox:up-button { 796QAbstractSpinBox:up-button {
@@ -997,10 +995,11 @@ QPushButton {
997 border: 1px solid #32414B; 995 border: 1px solid #32414B;
998 color: #F0F0F0; 996 color: #F0F0F0;
999 border-radius: 4px; 997 border-radius: 4px;
1000 padding: 3px; 998 padding: 3px 0px 3px 0px;
1001 outline: none; 999 outline: none;
1002 /* Issue #194 - Special case of QPushButton inside dialogs, for better UI */ 1000 /* Issue #194 - Special case of QPushButton inside dialogs, for better UI */
1003 min-width: 80px; 1001 min-width: 80px;
1002 min-height: 13px;
1004} 1003}
1005 1004
1006QPushButton:disabled { 1005QPushButton:disabled {
@@ -1008,14 +1007,14 @@ QPushButton:disabled {
1008 border: 1px solid #32414B; 1007 border: 1px solid #32414B;
1009 color: #787878; 1008 color: #787878;
1010 border-radius: 4px; 1009 border-radius: 4px;
1011 padding: 3px; 1010 padding: 3px 0px 3px 0px;
1012} 1011}
1013 1012
1014QPushButton:checked { 1013QPushButton:checked {
1015 background-color: #32414B; 1014 background-color: #32414B;
1016 border: 1px solid #32414B; 1015 border: 1px solid #32414B;
1017 border-radius: 4px; 1016 border-radius: 4px;
1018 padding: 3px; 1017 padding: 3px 0px 3px 0px;
1019 outline: none; 1018 outline: none;
1020} 1019}
1021 1020
@@ -1024,7 +1023,7 @@ QPushButton:checked:disabled {
1024 border: 1px solid #32414B; 1023 border: 1px solid #32414B;
1025 color: #787878; 1024 color: #787878;
1026 border-radius: 4px; 1025 border-radius: 4px;
1027 padding: 3px; 1026 padding: 3px 0px 3px 0px;
1028 outline: none; 1027 outline: none;
1029} 1028}
1030 1029
@@ -1197,15 +1196,9 @@ QComboBox {
1197 border: 1px solid #32414B; 1196 border: 1px solid #32414B;
1198 border-radius: 4px; 1197 border-radius: 4px;
1199 selection-background-color: #1464A0; 1198 selection-background-color: #1464A0;
1200 padding-left: 4px; 1199 padding: 0px 4px 0px 4px;
1201 padding-right: 36px; 1200 min-width: 60px;
1202 /* 4 + 16*2 See scrollbar size */ 1201 min-height: 19px;
1203 /* Fixes #103, #111 */
1204 min-height: 1.5em;
1205 /* padding-top: 2px; removed to fix #132 */
1206 /* padding-bottom: 2px; removed to fix #132 */
1207 /* min-width: 75px; removed to fix #109 */
1208 /* Needed to remove indicator - fix #132 */
1209} 1202}
1210 1203
1211QComboBox QAbstractItemView { 1204QComboBox QAbstractItemView {
@@ -2198,16 +2191,17 @@ QPushButton#RendererStatusBarButton:!checked {
2198} 2191}
2199 2192
2200QPushButton#buttonRefreshDevices { 2193QPushButton#buttonRefreshDevices {
2201 min-width: 20px; 2194 min-width: 19px;
2202 min-height: 20px; 2195 min-height: 19px;
2203 max-width: 20px; 2196 max-width: 19px;
2204 max-height: 20px; 2197 max-height: 19px;
2205 padding: 0px 0px; 2198 padding: 0px 0px;
2206} 2199}
2207 2200
2208QSpinBox#spinboxLStickRange, 2201QSpinBox#spinboxLStickRange,
2209QSpinBox#spinboxRStickRange { 2202QSpinBox#spinboxRStickRange,
2210 min-width: 38px; 2203QSpinBox#vibrationSpin {
2204 min-width: 68px;
2211} 2205}
2212 2206
2213QGroupBox#motionGroup::indicator, 2207QGroupBox#motionGroup::indicator,
@@ -2260,26 +2254,7 @@ QWidget#middleControllerApplet {
2260 2254
2261QWidget#topPerGameInput QComboBox, 2255QWidget#topPerGameInput QComboBox,
2262QWidget#middleControllerApplet QComboBox { 2256QWidget#middleControllerApplet QComboBox {
2263 padding-right: 2px; 2257 width: 120px;
2264 width: 127px;
2265}
2266
2267QGroupBox#handheldGroup {
2268 padding-left: 0px;
2269}
2270
2271QRadioButton#radioDocked {
2272 margin-left: -1px;
2273 padding-left: 0px;
2274}
2275
2276QRadioButton#radioDocked::indicator {
2277 margin-left: 0px;
2278}
2279
2280
2281QRadioButton#radioUndocked {
2282 margin-right: 2px;
2283} 2258}
2284 2259
2285QWidget#connectedControllers { 2260QWidget#connectedControllers {
@@ -2352,7 +2327,7 @@ QCheckBox#checkboxPlayer5Connected,
2352QCheckBox#checkboxPlayer6Connected, 2327QCheckBox#checkboxPlayer6Connected,
2353QCheckBox#checkboxPlayer7Connected, 2328QCheckBox#checkboxPlayer7Connected,
2354QCheckBox#checkboxPlayer8Connected { 2329QCheckBox#checkboxPlayer8Connected {
2355 spacing: 0px; 2330 spacing: 0px;
2356} 2331}
2357 2332
2358QWidget#connectedControllers QLabel { 2333QWidget#connectedControllers QLabel {
@@ -2427,7 +2402,7 @@ QCheckBox#checkboxPlayer7Connected::indicator,
2427QCheckBox#checkboxPlayer8Connected::indicator { 2402QCheckBox#checkboxPlayer8Connected::indicator {
2428 width: 14px; 2403 width: 14px;
2429 height: 14px; 2404 height: 14px;
2430 margin-left: 2px; 2405 margin-left: 0px;
2431} 2406}
2432 2407
2433QWidget#Player1LEDs QCheckBox::indicator:checked, 2408QWidget#Player1LEDs QCheckBox::indicator:checked,
diff --git a/src/yuzu/aboutdialog.ui b/src/yuzu/aboutdialog.ui
index f122ba39d..1b320630c 100644
--- a/src/yuzu/aboutdialog.ui
+++ b/src/yuzu/aboutdialog.ui
@@ -160,32 +160,12 @@ p, li { white-space: pre-wrap; }
160 <signal>accepted()</signal> 160 <signal>accepted()</signal>
161 <receiver>AboutDialog</receiver> 161 <receiver>AboutDialog</receiver>
162 <slot>accept()</slot> 162 <slot>accept()</slot>
163 <hints>
164 <hint type="sourcelabel">
165 <x>248</x>
166 <y>254</y>
167 </hint>
168 <hint type="destinationlabel">
169 <x>157</x>
170 <y>274</y>
171 </hint>
172 </hints>
173 </connection> 163 </connection>
174 <connection> 164 <connection>
175 <sender>buttonBox</sender> 165 <sender>buttonBox</sender>
176 <signal>rejected()</signal> 166 <signal>rejected()</signal>
177 <receiver>AboutDialog</receiver> 167 <receiver>AboutDialog</receiver>
178 <slot>reject()</slot> 168 <slot>reject()</slot>
179 <hints>
180 <hint type="sourcelabel">
181 <x>316</x>
182 <y>260</y>
183 </hint>
184 <hint type="destinationlabel">
185 <x>286</x>
186 <y>274</y>
187 </hint>
188 </hints>
189 </connection> 169 </connection>
190 </connections> 170 </connections>
191</ui> 171</ui>
diff --git a/src/yuzu/applets/controller.ui b/src/yuzu/applets/controller.ui
index c4108a979..2ab69a2d3 100644
--- a/src/yuzu/applets/controller.ui
+++ b/src/yuzu/applets/controller.ui
@@ -1217,9 +1217,6 @@
1217 </item> 1217 </item>
1218 <item> 1218 <item>
1219 <widget class="QComboBox" name="comboPlayer3Emulated"> 1219 <widget class="QComboBox" name="comboPlayer3Emulated">
1220 <property name="editable">
1221 <bool>false</bool>
1222 </property>
1223 <item> 1220 <item>
1224 <property name="text"> 1221 <property name="text">
1225 <string>Pro Controller</string> 1222 <string>Pro Controller</string>
@@ -2279,7 +2276,7 @@
2279 <number>6</number> 2276 <number>6</number>
2280 </property> 2277 </property>
2281 <property name="leftMargin"> 2278 <property name="leftMargin">
2282 <number>6</number> 2279 <number>8</number>
2283 </property> 2280 </property>
2284 <property name="topMargin"> 2281 <property name="topMargin">
2285 <number>6</number> 2282 <number>6</number>
@@ -2335,13 +2332,13 @@
2335 <widget class="QSpinBox" name="vibrationSpin"> 2332 <widget class="QSpinBox" name="vibrationSpin">
2336 <property name="minimumSize"> 2333 <property name="minimumSize">
2337 <size> 2334 <size>
2338 <width>65</width> 2335 <width>68</width>
2339 <height>0</height> 2336 <height>21</height>
2340 </size> 2337 </size>
2341 </property> 2338 </property>
2342 <property name="maximumSize"> 2339 <property name="maximumSize">
2343 <size> 2340 <size>
2344 <width>65</width> 2341 <width>68</width>
2345 <height>16777215</height> 2342 <height>16777215</height>
2346 </size> 2343 </size>
2347 </property> 2344 </property>
@@ -2387,18 +2384,18 @@
2387 <widget class="QPushButton" name="motionButton"> 2384 <widget class="QPushButton" name="motionButton">
2388 <property name="minimumSize"> 2385 <property name="minimumSize">
2389 <size> 2386 <size>
2390 <width>57</width> 2387 <width>68</width>
2391 <height>0</height> 2388 <height>0</height>
2392 </size> 2389 </size>
2393 </property> 2390 </property>
2394 <property name="maximumSize"> 2391 <property name="maximumSize">
2395 <size> 2392 <size>
2396 <width>55</width> 2393 <width>68</width>
2397 <height>16777215</height> 2394 <height>16777215</height>
2398 </size> 2395 </size>
2399 </property> 2396 </property>
2400 <property name="styleSheet"> 2397 <property name="styleSheet">
2401 <string notr="true">min-width: 55px;</string> 2398 <string notr="true">min-width: 68px;</string>
2402 </property> 2399 </property>
2403 <property name="text"> 2400 <property name="text">
2404 <string>Configure</string> 2401 <string>Configure</string>
@@ -2430,12 +2427,12 @@
2430 <widget class="QPushButton" name="inputConfigButton"> 2427 <widget class="QPushButton" name="inputConfigButton">
2431 <property name="maximumSize"> 2428 <property name="maximumSize">
2432 <size> 2429 <size>
2433 <width>65</width> 2430 <width>68</width>
2434 <height>16777215</height> 2431 <height>16777215</height>
2435 </size> 2432 </size>
2436 </property> 2433 </property>
2437 <property name="styleSheet"> 2434 <property name="styleSheet">
2438 <string notr="true">min-width: 55px;</string> 2435 <string notr="true">min-width: 68px;</string>
2439 </property> 2436 </property>
2440 <property name="text"> 2437 <property name="text">
2441 <string>Open</string> 2438 <string>Open</string>
@@ -2657,16 +2654,6 @@
2657 <signal>accepted()</signal> 2654 <signal>accepted()</signal>
2658 <receiver>QtControllerSelectorDialog</receiver> 2655 <receiver>QtControllerSelectorDialog</receiver>
2659 <slot>accept()</slot> 2656 <slot>accept()</slot>
2660 <hints>
2661 <hint type="sourcelabel">
2662 <x>20</x>
2663 <y>20</y>
2664 </hint>
2665 <hint type="destinationlabel">
2666 <x>20</x>
2667 <y>20</y>
2668 </hint>
2669 </hints>
2670 </connection> 2657 </connection>
2671 </connections> 2658 </connections>
2672</ui> 2659</ui>
diff --git a/src/yuzu/configuration/configure.ui b/src/yuzu/configuration/configure.ui
index fcf42cdcb..f92c3aff3 100644
--- a/src/yuzu/configuration/configure.ui
+++ b/src/yuzu/configuration/configure.ui
@@ -275,32 +275,12 @@
275 <signal>accepted()</signal> 275 <signal>accepted()</signal>
276 <receiver>ConfigureDialog</receiver> 276 <receiver>ConfigureDialog</receiver>
277 <slot>accept()</slot> 277 <slot>accept()</slot>
278 <hints>
279 <hint type="sourcelabel">
280 <x>220</x>
281 <y>380</y>
282 </hint>
283 <hint type="destinationlabel">
284 <x>220</x>
285 <y>200</y>
286 </hint>
287 </hints>
288 </connection> 278 </connection>
289 <connection> 279 <connection>
290 <sender>buttonBox</sender> 280 <sender>buttonBox</sender>
291 <signal>rejected()</signal> 281 <signal>rejected()</signal>
292 <receiver>ConfigureDialog</receiver> 282 <receiver>ConfigureDialog</receiver>
293 <slot>reject()</slot> 283 <slot>reject()</slot>
294 <hints>
295 <hint type="sourcelabel">
296 <x>220</x>
297 <y>380</y>
298 </hint>
299 <hint type="destinationlabel">
300 <x>220</x>
301 <y>200</y>
302 </hint>
303 </hints>
304 </connection> 284 </connection>
305 </connections> 285 </connections>
306</ui> 286</ui>
diff --git a/src/yuzu/configuration/configure_debug_controller.ui b/src/yuzu/configuration/configure_debug_controller.ui
index a95ed50ff..7b7e6582c 100644
--- a/src/yuzu/configuration/configure_debug_controller.ui
+++ b/src/yuzu/configuration/configure_debug_controller.ui
@@ -66,32 +66,12 @@
66 <signal>accepted()</signal> 66 <signal>accepted()</signal>
67 <receiver>ConfigureDebugController</receiver> 67 <receiver>ConfigureDebugController</receiver>
68 <slot>accept()</slot> 68 <slot>accept()</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>140</x>
72 <y>318</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>140</x>
76 <y>169</y>
77 </hint>
78 </hints>
79 </connection> 69 </connection>
80 <connection> 70 <connection>
81 <sender>buttonBox</sender> 71 <sender>buttonBox</sender>
82 <signal>rejected()</signal> 72 <signal>rejected()</signal>
83 <receiver>ConfigureDebugController</receiver> 73 <receiver>ConfigureDebugController</receiver>
84 <slot>reject()</slot> 74 <slot>reject()</slot>
85 <hints>
86 <hint type="sourcelabel">
87 <x>140</x>
88 <y>318</y>
89 </hint>
90 <hint type="destinationlabel">
91 <x>140</x>
92 <y>169</y>
93 </hint>
94 </hints>
95 </connection> 75 </connection>
96 </connections> 76 </connections>
97</ui> 77</ui>
diff --git a/src/yuzu/configuration/configure_input.ui b/src/yuzu/configuration/configure_input.ui
index 136955224..b74481bda 100644
--- a/src/yuzu/configuration/configure_input.ui
+++ b/src/yuzu/configuration/configure_input.ui
@@ -142,7 +142,7 @@
142 <number>6</number> 142 <number>6</number>
143 </property> 143 </property>
144 <property name="leftMargin"> 144 <property name="leftMargin">
145 <number>3</number> 145 <number>8</number>
146 </property> 146 </property>
147 <property name="topMargin"> 147 <property name="topMargin">
148 <number>6</number> 148 <number>6</number>
@@ -198,13 +198,13 @@
198 <widget class="QSpinBox" name="vibrationSpin"> 198 <widget class="QSpinBox" name="vibrationSpin">
199 <property name="minimumSize"> 199 <property name="minimumSize">
200 <size> 200 <size>
201 <width>65</width> 201 <width>68</width>
202 <height>21</height> 202 <height>21</height>
203 </size> 203 </size>
204 </property> 204 </property>
205 <property name="maximumSize"> 205 <property name="maximumSize">
206 <size> 206 <size>
207 <width>65</width> 207 <width>68</width>
208 <height>16777215</height> 208 <height>16777215</height>
209 </size> 209 </size>
210 </property> 210 </property>
@@ -250,18 +250,18 @@
250 <widget class="QPushButton" name="motionButton"> 250 <widget class="QPushButton" name="motionButton">
251 <property name="minimumSize"> 251 <property name="minimumSize">
252 <size> 252 <size>
253 <width>57</width> 253 <width>68</width>
254 <height>0</height> 254 <height>0</height>
255 </size> 255 </size>
256 </property> 256 </property>
257 <property name="maximumSize"> 257 <property name="maximumSize">
258 <size> 258 <size>
259 <width>55</width> 259 <width>68</width>
260 <height>16777215</height> 260 <height>16777215</height>
261 </size> 261 </size>
262 </property> 262 </property>
263 <property name="styleSheet"> 263 <property name="styleSheet">
264 <string notr="true">min-width: 55px;</string> 264 <string notr="true">min-width: 68px;</string>
265 </property> 265 </property>
266 <property name="text"> 266 <property name="text">
267 <string>Configure</string> 267 <string>Configure</string>
@@ -468,13 +468,13 @@
468 </property> 468 </property>
469 <property name="minimumSize"> 469 <property name="minimumSize">
470 <size> 470 <size>
471 <width>57</width> 471 <width>68</width>
472 <height>0</height> 472 <height>0</height>
473 </size> 473 </size>
474 </property> 474 </property>
475 <property name="maximumSize"> 475 <property name="maximumSize">
476 <size> 476 <size>
477 <width>55</width> 477 <width>68</width>
478 <height>16777215</height> 478 <height>16777215</height>
479 </size> 479 </size>
480 </property> 480 </property>
@@ -494,7 +494,7 @@
494 <enum>Qt::LeftToRight</enum> 494 <enum>Qt::LeftToRight</enum>
495 </property> 495 </property>
496 <property name="styleSheet"> 496 <property name="styleSheet">
497 <string notr="true">min-width: 55px;</string> 497 <string notr="true">min-width: 68px;</string>
498 </property> 498 </property>
499 <property name="text"> 499 <property name="text">
500 <string>Defaults</string> 500 <string>Defaults</string>
@@ -511,13 +511,13 @@
511 </property> 511 </property>
512 <property name="minimumSize"> 512 <property name="minimumSize">
513 <size> 513 <size>
514 <width>57</width> 514 <width>68</width>
515 <height>0</height> 515 <height>0</height>
516 </size> 516 </size>
517 </property> 517 </property>
518 <property name="maximumSize"> 518 <property name="maximumSize">
519 <size> 519 <size>
520 <width>55</width> 520 <width>68</width>
521 <height>16777215</height> 521 <height>16777215</height>
522 </size> 522 </size>
523 </property> 523 </property>
@@ -537,7 +537,7 @@
537 <enum>Qt::LeftToRight</enum> 537 <enum>Qt::LeftToRight</enum>
538 </property> 538 </property>
539 <property name="styleSheet"> 539 <property name="styleSheet">
540 <string notr="true">min-width: 55px;</string> 540 <string notr="true">min-width: 68px;</string>
541 </property> 541 </property>
542 <property name="text"> 542 <property name="text">
543 <string>Clear</string> 543 <string>Clear</string>
diff --git a/src/yuzu/configuration/configure_input_advanced.cpp b/src/yuzu/configuration/configure_input_advanced.cpp
index 81f9dc16c..3715db0ab 100644
--- a/src/yuzu/configuration/configure_input_advanced.cpp
+++ b/src/yuzu/configuration/configure_input_advanced.cpp
@@ -101,7 +101,7 @@ void ConfigureInputAdvanced::OnControllerButtonClick(int player_idx, int button_
101 } 101 }
102 controllers_colors[player_idx][button_idx] = new_bg_color; 102 controllers_colors[player_idx][button_idx] = new_bg_color;
103 controllers_color_buttons[player_idx][button_idx]->setStyleSheet( 103 controllers_color_buttons[player_idx][button_idx]->setStyleSheet(
104 QStringLiteral("background-color: %1; min-width: 55px;") 104 QStringLiteral("background-color: %1; min-width: 60px;")
105 .arg(controllers_colors[player_idx][button_idx].name())); 105 .arg(controllers_colors[player_idx][button_idx].name()));
106} 106}
107 107
@@ -139,7 +139,7 @@ void ConfigureInputAdvanced::LoadConfiguration() {
139 139
140 for (std::size_t button_idx = 0; button_idx < colors.size(); ++button_idx) { 140 for (std::size_t button_idx = 0; button_idx < colors.size(); ++button_idx) {
141 controllers_color_buttons[player_idx][button_idx]->setStyleSheet( 141 controllers_color_buttons[player_idx][button_idx]->setStyleSheet(
142 QStringLiteral("background-color: %1; min-width: 55px;") 142 QStringLiteral("background-color: %1; min-width: 60px;")
143 .arg(controllers_colors[player_idx][button_idx].name())); 143 .arg(controllers_colors[player_idx][button_idx].name()));
144 } 144 }
145 } 145 }
diff --git a/src/yuzu/configuration/configure_input_advanced.ui b/src/yuzu/configuration/configure_input_advanced.ui
index 5958435fc..a880a7c68 100644
--- a/src/yuzu/configuration/configure_input_advanced.ui
+++ b/src/yuzu/configuration/configure_input_advanced.ui
@@ -192,18 +192,18 @@
192 </property> 192 </property>
193 <property name="minimumSize"> 193 <property name="minimumSize">
194 <size> 194 <size>
195 <width>57</width> 195 <width>68</width>
196 <height>0</height> 196 <height>0</height>
197 </size> 197 </size>
198 </property> 198 </property>
199 <property name="maximumSize"> 199 <property name="maximumSize">
200 <size> 200 <size>
201 <width>55</width> 201 <width>68</width>
202 <height>16777215</height> 202 <height>16777215</height>
203 </size> 203 </size>
204 </property> 204 </property>
205 <property name="styleSheet"> 205 <property name="styleSheet">
206 <string notr="true">min-width: 55px;</string> 206 <string notr="true">min-width: 68px;</string>
207 </property> 207 </property>
208 <property name="text"> 208 <property name="text">
209 <string/> 209 <string/>
@@ -247,18 +247,18 @@
247 </property> 247 </property>
248 <property name="minimumSize"> 248 <property name="minimumSize">
249 <size> 249 <size>
250 <width>57</width> 250 <width>68</width>
251 <height>0</height> 251 <height>0</height>
252 </size> 252 </size>
253 </property> 253 </property>
254 <property name="maximumSize"> 254 <property name="maximumSize">
255 <size> 255 <size>
256 <width>55</width> 256 <width>68</width>
257 <height>16777215</height> 257 <height>16777215</height>
258 </size> 258 </size>
259 </property> 259 </property>
260 <property name="styleSheet"> 260 <property name="styleSheet">
261 <string notr="true">min-width: 55px;</string> 261 <string notr="true">min-width: 68px;</string>
262 </property> 262 </property>
263 <property name="text"> 263 <property name="text">
264 <string/> 264 <string/>
@@ -323,18 +323,18 @@
323 </property> 323 </property>
324 <property name="minimumSize"> 324 <property name="minimumSize">
325 <size> 325 <size>
326 <width>57</width> 326 <width>68</width>
327 <height>0</height> 327 <height>0</height>
328 </size> 328 </size>
329 </property> 329 </property>
330 <property name="maximumSize"> 330 <property name="maximumSize">
331 <size> 331 <size>
332 <width>55</width> 332 <width>68</width>
333 <height>16777215</height> 333 <height>16777215</height>
334 </size> 334 </size>
335 </property> 335 </property>
336 <property name="styleSheet"> 336 <property name="styleSheet">
337 <string notr="true">min-width: 55px;</string> 337 <string notr="true">min-width: 68px;</string>
338 </property> 338 </property>
339 <property name="text"> 339 <property name="text">
340 <string/> 340 <string/>
@@ -378,18 +378,18 @@
378 </property> 378 </property>
379 <property name="minimumSize"> 379 <property name="minimumSize">
380 <size> 380 <size>
381 <width>57</width> 381 <width>68</width>
382 <height>0</height> 382 <height>0</height>
383 </size> 383 </size>
384 </property> 384 </property>
385 <property name="maximumSize"> 385 <property name="maximumSize">
386 <size> 386 <size>
387 <width>55</width> 387 <width>68</width>
388 <height>16777215</height> 388 <height>16777215</height>
389 </size> 389 </size>
390 </property> 390 </property>
391 <property name="styleSheet"> 391 <property name="styleSheet">
392 <string notr="true">min-width: 55px;</string> 392 <string notr="true">min-width: 68px;</string>
393 </property> 393 </property>
394 <property name="text"> 394 <property name="text">
395 <string/> 395 <string/>
@@ -478,18 +478,18 @@
478 </property> 478 </property>
479 <property name="minimumSize"> 479 <property name="minimumSize">
480 <size> 480 <size>
481 <width>57</width> 481 <width>68</width>
482 <height>0</height> 482 <height>0</height>
483 </size> 483 </size>
484 </property> 484 </property>
485 <property name="maximumSize"> 485 <property name="maximumSize">
486 <size> 486 <size>
487 <width>55</width> 487 <width>68</width>
488 <height>16777215</height> 488 <height>16777215</height>
489 </size> 489 </size>
490 </property> 490 </property>
491 <property name="styleSheet"> 491 <property name="styleSheet">
492 <string notr="true">min-width: 55px;</string> 492 <string notr="true">min-width: 68px;</string>
493 </property> 493 </property>
494 <property name="text"> 494 <property name="text">
495 <string/> 495 <string/>
@@ -533,18 +533,18 @@
533 </property> 533 </property>
534 <property name="minimumSize"> 534 <property name="minimumSize">
535 <size> 535 <size>
536 <width>57</width> 536 <width>68</width>
537 <height>0</height> 537 <height>0</height>
538 </size> 538 </size>
539 </property> 539 </property>
540 <property name="maximumSize"> 540 <property name="maximumSize">
541 <size> 541 <size>
542 <width>55</width> 542 <width>68</width>
543 <height>16777215</height> 543 <height>16777215</height>
544 </size> 544 </size>
545 </property> 545 </property>
546 <property name="styleSheet"> 546 <property name="styleSheet">
547 <string notr="true">min-width: 55px;</string> 547 <string notr="true">min-width: 68px;</string>
548 </property> 548 </property>
549 <property name="text"> 549 <property name="text">
550 <string/> 550 <string/>
@@ -609,18 +609,18 @@
609 </property> 609 </property>
610 <property name="minimumSize"> 610 <property name="minimumSize">
611 <size> 611 <size>
612 <width>57</width> 612 <width>68</width>
613 <height>0</height> 613 <height>0</height>
614 </size> 614 </size>
615 </property> 615 </property>
616 <property name="maximumSize"> 616 <property name="maximumSize">
617 <size> 617 <size>
618 <width>55</width> 618 <width>68</width>
619 <height>16777215</height> 619 <height>16777215</height>
620 </size> 620 </size>
621 </property> 621 </property>
622 <property name="styleSheet"> 622 <property name="styleSheet">
623 <string notr="true">min-width: 55px;</string> 623 <string notr="true">min-width: 68px;</string>
624 </property> 624 </property>
625 <property name="text"> 625 <property name="text">
626 <string/> 626 <string/>
@@ -664,18 +664,18 @@
664 </property> 664 </property>
665 <property name="minimumSize"> 665 <property name="minimumSize">
666 <size> 666 <size>
667 <width>57</width> 667 <width>68</width>
668 <height>0</height> 668 <height>0</height>
669 </size> 669 </size>
670 </property> 670 </property>
671 <property name="maximumSize"> 671 <property name="maximumSize">
672 <size> 672 <size>
673 <width>55</width> 673 <width>68</width>
674 <height>16777215</height> 674 <height>16777215</height>
675 </size> 675 </size>
676 </property> 676 </property>
677 <property name="styleSheet"> 677 <property name="styleSheet">
678 <string notr="true">min-width: 55px;</string> 678 <string notr="true">min-width: 68px;</string>
679 </property> 679 </property>
680 <property name="text"> 680 <property name="text">
681 <string/> 681 <string/>
@@ -782,18 +782,18 @@
782 </property> 782 </property>
783 <property name="minimumSize"> 783 <property name="minimumSize">
784 <size> 784 <size>
785 <width>57</width> 785 <width>68</width>
786 <height>0</height> 786 <height>0</height>
787 </size> 787 </size>
788 </property> 788 </property>
789 <property name="maximumSize"> 789 <property name="maximumSize">
790 <size> 790 <size>
791 <width>55</width> 791 <width>68</width>
792 <height>16777215</height> 792 <height>16777215</height>
793 </size> 793 </size>
794 </property> 794 </property>
795 <property name="styleSheet"> 795 <property name="styleSheet">
796 <string notr="true">min-width: 55px;</string> 796 <string notr="true">min-width: 68px;</string>
797 </property> 797 </property>
798 <property name="text"> 798 <property name="text">
799 <string/> 799 <string/>
@@ -837,18 +837,18 @@
837 </property> 837 </property>
838 <property name="minimumSize"> 838 <property name="minimumSize">
839 <size> 839 <size>
840 <width>57</width> 840 <width>68</width>
841 <height>0</height> 841 <height>0</height>
842 </size> 842 </size>
843 </property> 843 </property>
844 <property name="maximumSize"> 844 <property name="maximumSize">
845 <size> 845 <size>
846 <width>55</width> 846 <width>68</width>
847 <height>16777215</height> 847 <height>16777215</height>
848 </size> 848 </size>
849 </property> 849 </property>
850 <property name="styleSheet"> 850 <property name="styleSheet">
851 <string notr="true">min-width: 55px;</string> 851 <string notr="true">min-width: 68px;</string>
852 </property> 852 </property>
853 <property name="text"> 853 <property name="text">
854 <string/> 854 <string/>
@@ -913,18 +913,18 @@
913 </property> 913 </property>
914 <property name="minimumSize"> 914 <property name="minimumSize">
915 <size> 915 <size>
916 <width>57</width> 916 <width>68</width>
917 <height>0</height> 917 <height>0</height>
918 </size> 918 </size>
919 </property> 919 </property>
920 <property name="maximumSize"> 920 <property name="maximumSize">
921 <size> 921 <size>
922 <width>55</width> 922 <width>68</width>
923 <height>16777215</height> 923 <height>16777215</height>
924 </size> 924 </size>
925 </property> 925 </property>
926 <property name="styleSheet"> 926 <property name="styleSheet">
927 <string notr="true">min-width: 55px;</string> 927 <string notr="true">min-width: 68px;</string>
928 </property> 928 </property>
929 <property name="text"> 929 <property name="text">
930 <string/> 930 <string/>
@@ -968,18 +968,18 @@
968 </property> 968 </property>
969 <property name="minimumSize"> 969 <property name="minimumSize">
970 <size> 970 <size>
971 <width>57</width> 971 <width>68</width>
972 <height>0</height> 972 <height>0</height>
973 </size> 973 </size>
974 </property> 974 </property>
975 <property name="maximumSize"> 975 <property name="maximumSize">
976 <size> 976 <size>
977 <width>55</width> 977 <width>68</width>
978 <height>16777215</height> 978 <height>16777215</height>
979 </size> 979 </size>
980 </property> 980 </property>
981 <property name="styleSheet"> 981 <property name="styleSheet">
982 <string notr="true">min-width: 55px;</string> 982 <string notr="true">min-width: 68px;</string>
983 </property> 983 </property>
984 <property name="text"> 984 <property name="text">
985 <string/> 985 <string/>
@@ -1068,18 +1068,18 @@
1068 </property> 1068 </property>
1069 <property name="minimumSize"> 1069 <property name="minimumSize">
1070 <size> 1070 <size>
1071 <width>57</width> 1071 <width>68</width>
1072 <height>0</height> 1072 <height>0</height>
1073 </size> 1073 </size>
1074 </property> 1074 </property>
1075 <property name="maximumSize"> 1075 <property name="maximumSize">
1076 <size> 1076 <size>
1077 <width>55</width> 1077 <width>68</width>
1078 <height>16777215</height> 1078 <height>16777215</height>
1079 </size> 1079 </size>
1080 </property> 1080 </property>
1081 <property name="styleSheet"> 1081 <property name="styleSheet">
1082 <string notr="true">min-width: 55px;</string> 1082 <string notr="true">min-width: 68px;</string>
1083 </property> 1083 </property>
1084 <property name="text"> 1084 <property name="text">
1085 <string/> 1085 <string/>
@@ -1123,18 +1123,18 @@
1123 </property> 1123 </property>
1124 <property name="minimumSize"> 1124 <property name="minimumSize">
1125 <size> 1125 <size>
1126 <width>57</width> 1126 <width>68</width>
1127 <height>0</height> 1127 <height>0</height>
1128 </size> 1128 </size>
1129 </property> 1129 </property>
1130 <property name="maximumSize"> 1130 <property name="maximumSize">
1131 <size> 1131 <size>
1132 <width>55</width> 1132 <width>68</width>
1133 <height>16777215</height> 1133 <height>16777215</height>
1134 </size> 1134 </size>
1135 </property> 1135 </property>
1136 <property name="styleSheet"> 1136 <property name="styleSheet">
1137 <string notr="true">min-width: 55px;</string> 1137 <string notr="true">min-width: 68px;</string>
1138 </property> 1138 </property>
1139 <property name="text"> 1139 <property name="text">
1140 <string/> 1140 <string/>
@@ -1199,18 +1199,18 @@
1199 </property> 1199 </property>
1200 <property name="minimumSize"> 1200 <property name="minimumSize">
1201 <size> 1201 <size>
1202 <width>57</width> 1202 <width>68</width>
1203 <height>0</height> 1203 <height>0</height>
1204 </size> 1204 </size>
1205 </property> 1205 </property>
1206 <property name="maximumSize"> 1206 <property name="maximumSize">
1207 <size> 1207 <size>
1208 <width>55</width> 1208 <width>68</width>
1209 <height>16777215</height> 1209 <height>16777215</height>
1210 </size> 1210 </size>
1211 </property> 1211 </property>
1212 <property name="styleSheet"> 1212 <property name="styleSheet">
1213 <string notr="true">min-width: 55px;</string> 1213 <string notr="true">min-width: 68px;</string>
1214 </property> 1214 </property>
1215 <property name="text"> 1215 <property name="text">
1216 <string/> 1216 <string/>
@@ -1254,18 +1254,18 @@
1254 </property> 1254 </property>
1255 <property name="minimumSize"> 1255 <property name="minimumSize">
1256 <size> 1256 <size>
1257 <width>57</width> 1257 <width>68</width>
1258 <height>0</height> 1258 <height>0</height>
1259 </size> 1259 </size>
1260 </property> 1260 </property>
1261 <property name="maximumSize"> 1261 <property name="maximumSize">
1262 <size> 1262 <size>
1263 <width>55</width> 1263 <width>68</width>
1264 <height>16777215</height> 1264 <height>16777215</height>
1265 </size> 1265 </size>
1266 </property> 1266 </property>
1267 <property name="styleSheet"> 1267 <property name="styleSheet">
1268 <string notr="true">min-width: 55px;</string> 1268 <string notr="true">min-width: 68px;</string>
1269 </property> 1269 </property>
1270 <property name="text"> 1270 <property name="text">
1271 <string/> 1271 <string/>
@@ -1393,18 +1393,18 @@
1393 </property> 1393 </property>
1394 <property name="minimumSize"> 1394 <property name="minimumSize">
1395 <size> 1395 <size>
1396 <width>57</width> 1396 <width>68</width>
1397 <height>0</height> 1397 <height>0</height>
1398 </size> 1398 </size>
1399 </property> 1399 </property>
1400 <property name="maximumSize"> 1400 <property name="maximumSize">
1401 <size> 1401 <size>
1402 <width>55</width> 1402 <width>68</width>
1403 <height>16777215</height> 1403 <height>16777215</height>
1404 </size> 1404 </size>
1405 </property> 1405 </property>
1406 <property name="styleSheet"> 1406 <property name="styleSheet">
1407 <string notr="true">min-width: 55px;</string> 1407 <string notr="true">min-width: 68px;</string>
1408 </property> 1408 </property>
1409 <property name="text"> 1409 <property name="text">
1410 <string/> 1410 <string/>
@@ -1448,18 +1448,18 @@
1448 </property> 1448 </property>
1449 <property name="minimumSize"> 1449 <property name="minimumSize">
1450 <size> 1450 <size>
1451 <width>57</width> 1451 <width>68</width>
1452 <height>0</height> 1452 <height>0</height>
1453 </size> 1453 </size>
1454 </property> 1454 </property>
1455 <property name="maximumSize"> 1455 <property name="maximumSize">
1456 <size> 1456 <size>
1457 <width>55</width> 1457 <width>68</width>
1458 <height>16777215</height> 1458 <height>16777215</height>
1459 </size> 1459 </size>
1460 </property> 1460 </property>
1461 <property name="styleSheet"> 1461 <property name="styleSheet">
1462 <string notr="true">min-width: 55px;</string> 1462 <string notr="true">min-width: 68px;</string>
1463 </property> 1463 </property>
1464 <property name="text"> 1464 <property name="text">
1465 <string/> 1465 <string/>
@@ -1524,18 +1524,18 @@
1524 </property> 1524 </property>
1525 <property name="minimumSize"> 1525 <property name="minimumSize">
1526 <size> 1526 <size>
1527 <width>57</width> 1527 <width>68</width>
1528 <height>0</height> 1528 <height>0</height>
1529 </size> 1529 </size>
1530 </property> 1530 </property>
1531 <property name="maximumSize"> 1531 <property name="maximumSize">
1532 <size> 1532 <size>
1533 <width>55</width> 1533 <width>68</width>
1534 <height>16777215</height> 1534 <height>16777215</height>
1535 </size> 1535 </size>
1536 </property> 1536 </property>
1537 <property name="styleSheet"> 1537 <property name="styleSheet">
1538 <string notr="true">min-width: 55px;</string> 1538 <string notr="true">min-width: 68px;</string>
1539 </property> 1539 </property>
1540 <property name="text"> 1540 <property name="text">
1541 <string/> 1541 <string/>
@@ -1579,18 +1579,18 @@
1579 </property> 1579 </property>
1580 <property name="minimumSize"> 1580 <property name="minimumSize">
1581 <size> 1581 <size>
1582 <width>57</width> 1582 <width>68</width>
1583 <height>0</height> 1583 <height>0</height>
1584 </size> 1584 </size>
1585 </property> 1585 </property>
1586 <property name="maximumSize"> 1586 <property name="maximumSize">
1587 <size> 1587 <size>
1588 <width>55</width> 1588 <width>68</width>
1589 <height>16777215</height> 1589 <height>16777215</height>
1590 </size> 1590 </size>
1591 </property> 1591 </property>
1592 <property name="styleSheet"> 1592 <property name="styleSheet">
1593 <string notr="true">min-width: 55px;</string> 1593 <string notr="true">min-width: 68px;</string>
1594 </property> 1594 </property>
1595 <property name="text"> 1595 <property name="text">
1596 <string/> 1596 <string/>
@@ -1679,18 +1679,18 @@
1679 </property> 1679 </property>
1680 <property name="minimumSize"> 1680 <property name="minimumSize">
1681 <size> 1681 <size>
1682 <width>57</width> 1682 <width>68</width>
1683 <height>0</height> 1683 <height>0</height>
1684 </size> 1684 </size>
1685 </property> 1685 </property>
1686 <property name="maximumSize"> 1686 <property name="maximumSize">
1687 <size> 1687 <size>
1688 <width>55</width> 1688 <width>68</width>
1689 <height>16777215</height> 1689 <height>16777215</height>
1690 </size> 1690 </size>
1691 </property> 1691 </property>
1692 <property name="styleSheet"> 1692 <property name="styleSheet">
1693 <string notr="true">min-width: 55px;</string> 1693 <string notr="true">min-width: 68px;</string>
1694 </property> 1694 </property>
1695 <property name="text"> 1695 <property name="text">
1696 <string/> 1696 <string/>
@@ -1734,18 +1734,18 @@
1734 </property> 1734 </property>
1735 <property name="minimumSize"> 1735 <property name="minimumSize">
1736 <size> 1736 <size>
1737 <width>57</width> 1737 <width>68</width>
1738 <height>0</height> 1738 <height>0</height>
1739 </size> 1739 </size>
1740 </property> 1740 </property>
1741 <property name="maximumSize"> 1741 <property name="maximumSize">
1742 <size> 1742 <size>
1743 <width>55</width> 1743 <width>68</width>
1744 <height>16777215</height> 1744 <height>16777215</height>
1745 </size> 1745 </size>
1746 </property> 1746 </property>
1747 <property name="styleSheet"> 1747 <property name="styleSheet">
1748 <string notr="true">min-width: 55px;</string> 1748 <string notr="true">min-width: 68px;</string>
1749 </property> 1749 </property>
1750 <property name="text"> 1750 <property name="text">
1751 <string/> 1751 <string/>
@@ -1810,18 +1810,18 @@
1810 </property> 1810 </property>
1811 <property name="minimumSize"> 1811 <property name="minimumSize">
1812 <size> 1812 <size>
1813 <width>57</width> 1813 <width>68</width>
1814 <height>0</height> 1814 <height>0</height>
1815 </size> 1815 </size>
1816 </property> 1816 </property>
1817 <property name="maximumSize"> 1817 <property name="maximumSize">
1818 <size> 1818 <size>
1819 <width>55</width> 1819 <width>68</width>
1820 <height>16777215</height> 1820 <height>16777215</height>
1821 </size> 1821 </size>
1822 </property> 1822 </property>
1823 <property name="styleSheet"> 1823 <property name="styleSheet">
1824 <string notr="true">min-width: 55px;</string> 1824 <string notr="true">min-width: 68px;</string>
1825 </property> 1825 </property>
1826 <property name="text"> 1826 <property name="text">
1827 <string/> 1827 <string/>
@@ -1865,18 +1865,18 @@
1865 </property> 1865 </property>
1866 <property name="minimumSize"> 1866 <property name="minimumSize">
1867 <size> 1867 <size>
1868 <width>57</width> 1868 <width>68</width>
1869 <height>0</height> 1869 <height>0</height>
1870 </size> 1870 </size>
1871 </property> 1871 </property>
1872 <property name="maximumSize"> 1872 <property name="maximumSize">
1873 <size> 1873 <size>
1874 <width>55</width> 1874 <width>68</width>
1875 <height>16777215</height> 1875 <height>16777215</height>
1876 </size> 1876 </size>
1877 </property> 1877 </property>
1878 <property name="styleSheet"> 1878 <property name="styleSheet">
1879 <string notr="true">min-width: 55px;</string> 1879 <string notr="true">min-width: 68px;</string>
1880 </property> 1880 </property>
1881 <property name="text"> 1881 <property name="text">
1882 <string/> 1882 <string/>
@@ -1983,18 +1983,18 @@
1983 </property> 1983 </property>
1984 <property name="minimumSize"> 1984 <property name="minimumSize">
1985 <size> 1985 <size>
1986 <width>57</width> 1986 <width>68</width>
1987 <height>0</height> 1987 <height>0</height>
1988 </size> 1988 </size>
1989 </property> 1989 </property>
1990 <property name="maximumSize"> 1990 <property name="maximumSize">
1991 <size> 1991 <size>
1992 <width>55</width> 1992 <width>68</width>
1993 <height>16777215</height> 1993 <height>16777215</height>
1994 </size> 1994 </size>
1995 </property> 1995 </property>
1996 <property name="styleSheet"> 1996 <property name="styleSheet">
1997 <string notr="true">min-width: 55px;</string> 1997 <string notr="true">min-width: 68px;</string>
1998 </property> 1998 </property>
1999 <property name="text"> 1999 <property name="text">
2000 <string/> 2000 <string/>
@@ -2038,18 +2038,18 @@
2038 </property> 2038 </property>
2039 <property name="minimumSize"> 2039 <property name="minimumSize">
2040 <size> 2040 <size>
2041 <width>57</width> 2041 <width>68</width>
2042 <height>0</height> 2042 <height>0</height>
2043 </size> 2043 </size>
2044 </property> 2044 </property>
2045 <property name="maximumSize"> 2045 <property name="maximumSize">
2046 <size> 2046 <size>
2047 <width>55</width> 2047 <width>68</width>
2048 <height>16777215</height> 2048 <height>16777215</height>
2049 </size> 2049 </size>
2050 </property> 2050 </property>
2051 <property name="styleSheet"> 2051 <property name="styleSheet">
2052 <string notr="true">min-width: 55px;</string> 2052 <string notr="true">min-width: 68px;</string>
2053 </property> 2053 </property>
2054 <property name="text"> 2054 <property name="text">
2055 <string/> 2055 <string/>
@@ -2114,18 +2114,18 @@
2114 </property> 2114 </property>
2115 <property name="minimumSize"> 2115 <property name="minimumSize">
2116 <size> 2116 <size>
2117 <width>57</width> 2117 <width>68</width>
2118 <height>0</height> 2118 <height>0</height>
2119 </size> 2119 </size>
2120 </property> 2120 </property>
2121 <property name="maximumSize"> 2121 <property name="maximumSize">
2122 <size> 2122 <size>
2123 <width>55</width> 2123 <width>68</width>
2124 <height>16777215</height> 2124 <height>16777215</height>
2125 </size> 2125 </size>
2126 </property> 2126 </property>
2127 <property name="styleSheet"> 2127 <property name="styleSheet">
2128 <string notr="true">min-width: 55px;</string> 2128 <string notr="true">min-width: 68px;</string>
2129 </property> 2129 </property>
2130 <property name="text"> 2130 <property name="text">
2131 <string/> 2131 <string/>
@@ -2169,18 +2169,18 @@
2169 </property> 2169 </property>
2170 <property name="minimumSize"> 2170 <property name="minimumSize">
2171 <size> 2171 <size>
2172 <width>57</width> 2172 <width>68</width>
2173 <height>0</height> 2173 <height>0</height>
2174 </size> 2174 </size>
2175 </property> 2175 </property>
2176 <property name="maximumSize"> 2176 <property name="maximumSize">
2177 <size> 2177 <size>
2178 <width>55</width> 2178 <width>68</width>
2179 <height>16777215</height> 2179 <height>16777215</height>
2180 </size> 2180 </size>
2181 </property> 2181 </property>
2182 <property name="styleSheet"> 2182 <property name="styleSheet">
2183 <string notr="true">min-width: 55px;</string> 2183 <string notr="true">min-width: 68px;</string>
2184 </property> 2184 </property>
2185 <property name="text"> 2185 <property name="text">
2186 <string/> 2186 <string/>
@@ -2269,18 +2269,18 @@
2269 </property> 2269 </property>
2270 <property name="minimumSize"> 2270 <property name="minimumSize">
2271 <size> 2271 <size>
2272 <width>57</width> 2272 <width>68</width>
2273 <height>0</height> 2273 <height>0</height>
2274 </size> 2274 </size>
2275 </property> 2275 </property>
2276 <property name="maximumSize"> 2276 <property name="maximumSize">
2277 <size> 2277 <size>
2278 <width>55</width> 2278 <width>68</width>
2279 <height>16777215</height> 2279 <height>16777215</height>
2280 </size> 2280 </size>
2281 </property> 2281 </property>
2282 <property name="styleSheet"> 2282 <property name="styleSheet">
2283 <string notr="true">min-width: 55px;</string> 2283 <string notr="true">min-width: 68px;</string>
2284 </property> 2284 </property>
2285 <property name="text"> 2285 <property name="text">
2286 <string/> 2286 <string/>
@@ -2324,18 +2324,18 @@
2324 </property> 2324 </property>
2325 <property name="minimumSize"> 2325 <property name="minimumSize">
2326 <size> 2326 <size>
2327 <width>57</width> 2327 <width>68</width>
2328 <height>0</height> 2328 <height>0</height>
2329 </size> 2329 </size>
2330 </property> 2330 </property>
2331 <property name="maximumSize"> 2331 <property name="maximumSize">
2332 <size> 2332 <size>
2333 <width>55</width> 2333 <width>68</width>
2334 <height>16777215</height> 2334 <height>16777215</height>
2335 </size> 2335 </size>
2336 </property> 2336 </property>
2337 <property name="styleSheet"> 2337 <property name="styleSheet">
2338 <string notr="true">min-width: 55px;</string> 2338 <string notr="true">min-width: 68px;</string>
2339 </property> 2339 </property>
2340 <property name="text"> 2340 <property name="text">
2341 <string/> 2341 <string/>
@@ -2400,18 +2400,18 @@
2400 </property> 2400 </property>
2401 <property name="minimumSize"> 2401 <property name="minimumSize">
2402 <size> 2402 <size>
2403 <width>57</width> 2403 <width>68</width>
2404 <height>0</height> 2404 <height>0</height>
2405 </size> 2405 </size>
2406 </property> 2406 </property>
2407 <property name="maximumSize"> 2407 <property name="maximumSize">
2408 <size> 2408 <size>
2409 <width>55</width> 2409 <width>68</width>
2410 <height>16777215</height> 2410 <height>16777215</height>
2411 </size> 2411 </size>
2412 </property> 2412 </property>
2413 <property name="styleSheet"> 2413 <property name="styleSheet">
2414 <string notr="true">min-width: 55px;</string> 2414 <string notr="true">min-width: 68px;</string>
2415 </property> 2415 </property>
2416 <property name="text"> 2416 <property name="text">
2417 <string/> 2417 <string/>
@@ -2455,18 +2455,18 @@
2455 </property> 2455 </property>
2456 <property name="minimumSize"> 2456 <property name="minimumSize">
2457 <size> 2457 <size>
2458 <width>57</width> 2458 <width>68</width>
2459 <height>0</height> 2459 <height>0</height>
2460 </size> 2460 </size>
2461 </property> 2461 </property>
2462 <property name="maximumSize"> 2462 <property name="maximumSize">
2463 <size> 2463 <size>
2464 <width>55</width> 2464 <width>68</width>
2465 <height>16777215</height> 2465 <height>16777215</height>
2466 </size> 2466 </size>
2467 </property> 2467 </property>
2468 <property name="styleSheet"> 2468 <property name="styleSheet">
2469 <string notr="true">min-width: 55px;</string> 2469 <string notr="true">min-width: 68px;</string>
2470 </property> 2470 </property>
2471 <property name="text"> 2471 <property name="text">
2472 <string/> 2472 <string/>
diff --git a/src/yuzu/configuration/configure_input_player.ui b/src/yuzu/configuration/configure_input_player.ui
index e03461d9d..1e78b4c10 100644
--- a/src/yuzu/configuration/configure_input_player.ui
+++ b/src/yuzu/configuration/configure_input_player.ui
@@ -83,6 +83,12 @@
83 </property> 83 </property>
84 <item> 84 <item>
85 <widget class="QComboBox" name="comboControllerType"> 85 <widget class="QComboBox" name="comboControllerType">
86 <property name="minimumSize">
87 <size>
88 <width>0</width>
89 <height>21</height>
90 </size>
91 </property>
86 <item> 92 <item>
87 <property name="text"> 93 <property name="text">
88 <string>Pro Controller</string> 94 <string>Pro Controller</string>
@@ -136,6 +142,12 @@
136 </property> 142 </property>
137 <item> 143 <item>
138 <widget class="QComboBox" name="comboDevices"> 144 <widget class="QComboBox" name="comboDevices">
145 <property name="minimumSize">
146 <size>
147 <width>0</width>
148 <height>21</height>
149 </size>
150 </property>
139 <item> 151 <item>
140 <property name="text"> 152 <property name="text">
141 <string>Any</string> 153 <string>Any</string>
@@ -152,14 +164,14 @@
152 <widget class="QPushButton" name="buttonRefreshDevices"> 164 <widget class="QPushButton" name="buttonRefreshDevices">
153 <property name="minimumSize"> 165 <property name="minimumSize">
154 <size> 166 <size>
155 <width>24</width> 167 <width>21</width>
156 <height>22</height> 168 <height>21</height>
157 </size> 169 </size>
158 </property> 170 </property>
159 <property name="maximumSize"> 171 <property name="maximumSize">
160 <size> 172 <size>
161 <width>24</width> 173 <width>21</width>
162 <height>22</height> 174 <height>21</height>
163 </size> 175 </size>
164 </property> 176 </property>
165 <property name="styleSheet"> 177 <property name="styleSheet">
@@ -198,18 +210,25 @@
198 <number>5</number> 210 <number>5</number>
199 </property> 211 </property>
200 <item> 212 <item>
201 <widget class="QComboBox" name="comboProfiles"/> 213 <widget class="QComboBox" name="comboProfiles">
214 <property name="minimumSize">
215 <size>
216 <width>0</width>
217 <height>21</height>
218 </size>
219 </property>
220 </widget>
202 </item> 221 </item>
203 <item> 222 <item>
204 <widget class="QPushButton" name="buttonProfilesSave"> 223 <widget class="QPushButton" name="buttonProfilesSave">
205 <property name="maximumSize"> 224 <property name="maximumSize">
206 <size> 225 <size>
207 <width>55</width> 226 <width>68</width>
208 <height>16777215</height> 227 <height>16777215</height>
209 </size> 228 </size>
210 </property> 229 </property>
211 <property name="styleSheet"> 230 <property name="styleSheet">
212 <string notr="true">min-width: 55px;</string> 231 <string notr="true">min-width: 68px;</string>
213 </property> 232 </property>
214 <property name="text"> 233 <property name="text">
215 <string>Save</string> 234 <string>Save</string>
@@ -220,12 +239,12 @@
220 <widget class="QPushButton" name="buttonProfilesNew"> 239 <widget class="QPushButton" name="buttonProfilesNew">
221 <property name="maximumSize"> 240 <property name="maximumSize">
222 <size> 241 <size>
223 <width>55</width> 242 <width>68</width>
224 <height>16777215</height> 243 <height>16777215</height>
225 </size> 244 </size>
226 </property> 245 </property>
227 <property name="styleSheet"> 246 <property name="styleSheet">
228 <string notr="true">min-width: 55px;</string> 247 <string notr="true">min-width: 68px;</string>
229 </property> 248 </property>
230 <property name="text"> 249 <property name="text">
231 <string>New</string> 250 <string>New</string>
@@ -236,12 +255,12 @@
236 <widget class="QPushButton" name="buttonProfilesDelete"> 255 <widget class="QPushButton" name="buttonProfilesDelete">
237 <property name="maximumSize"> 256 <property name="maximumSize">
238 <size> 257 <size>
239 <width>55</width> 258 <width>68</width>
240 <height>16777215</height> 259 <height>16777215</height>
241 </size> 260 </size>
242 </property> 261 </property>
243 <property name="styleSheet"> 262 <property name="styleSheet">
244 <string notr="true">min-width: 55px;</string> 263 <string notr="true">min-width: 68px;</string>
245 </property> 264 </property>
246 <property name="text"> 265 <property name="text">
247 <string>Delete</string> 266 <string>Delete</string>
@@ -393,18 +412,18 @@
393 <widget class="QPushButton" name="buttonLStickUp"> 412 <widget class="QPushButton" name="buttonLStickUp">
394 <property name="minimumSize"> 413 <property name="minimumSize">
395 <size> 414 <size>
396 <width>57</width> 415 <width>68</width>
397 <height>0</height> 416 <height>0</height>
398 </size> 417 </size>
399 </property> 418 </property>
400 <property name="maximumSize"> 419 <property name="maximumSize">
401 <size> 420 <size>
402 <width>55</width> 421 <width>68</width>
403 <height>16777215</height> 422 <height>16777215</height>
404 </size> 423 </size>
405 </property> 424 </property>
406 <property name="styleSheet"> 425 <property name="styleSheet">
407 <string notr="true">min-width: 55px;</string> 426 <string notr="true">min-width: 68px;</string>
408 </property> 427 </property>
409 <property name="text"> 428 <property name="text">
410 <string>Up</string> 429 <string>Up</string>
@@ -463,18 +482,18 @@
463 <widget class="QPushButton" name="buttonLStickLeft"> 482 <widget class="QPushButton" name="buttonLStickLeft">
464 <property name="minimumSize"> 483 <property name="minimumSize">
465 <size> 484 <size>
466 <width>57</width> 485 <width>68</width>
467 <height>0</height> 486 <height>0</height>
468 </size> 487 </size>
469 </property> 488 </property>
470 <property name="maximumSize"> 489 <property name="maximumSize">
471 <size> 490 <size>
472 <width>55</width> 491 <width>68</width>
473 <height>16777215</height> 492 <height>16777215</height>
474 </size> 493 </size>
475 </property> 494 </property>
476 <property name="styleSheet"> 495 <property name="styleSheet">
477 <string notr="true">min-width: 55px;</string> 496 <string notr="true">min-width: 68px;</string>
478 </property> 497 </property>
479 <property name="text"> 498 <property name="text">
480 <string>Left</string> 499 <string>Left</string>
@@ -512,18 +531,18 @@
512 <widget class="QPushButton" name="buttonLStickRight"> 531 <widget class="QPushButton" name="buttonLStickRight">
513 <property name="minimumSize"> 532 <property name="minimumSize">
514 <size> 533 <size>
515 <width>57</width> 534 <width>68</width>
516 <height>0</height> 535 <height>0</height>
517 </size> 536 </size>
518 </property> 537 </property>
519 <property name="maximumSize"> 538 <property name="maximumSize">
520 <size> 539 <size>
521 <width>55</width> 540 <width>68</width>
522 <height>16777215</height> 541 <height>16777215</height>
523 </size> 542 </size>
524 </property> 543 </property>
525 <property name="styleSheet"> 544 <property name="styleSheet">
526 <string notr="true">min-width: 55px;</string> 545 <string notr="true">min-width: 68px;</string>
527 </property> 546 </property>
528 <property name="text"> 547 <property name="text">
529 <string>Right</string> 548 <string>Right</string>
@@ -594,18 +613,18 @@
594 <widget class="QPushButton" name="buttonLStickDown"> 613 <widget class="QPushButton" name="buttonLStickDown">
595 <property name="minimumSize"> 614 <property name="minimumSize">
596 <size> 615 <size>
597 <width>57</width> 616 <width>68</width>
598 <height>0</height> 617 <height>0</height>
599 </size> 618 </size>
600 </property> 619 </property>
601 <property name="maximumSize"> 620 <property name="maximumSize">
602 <size> 621 <size>
603 <width>55</width> 622 <width>68</width>
604 <height>16777215</height> 623 <height>16777215</height>
605 </size> 624 </size>
606 </property> 625 </property>
607 <property name="styleSheet"> 626 <property name="styleSheet">
608 <string notr="true">min-width: 55px;</string> 627 <string notr="true">min-width: 68px;</string>
609 </property> 628 </property>
610 <property name="text"> 629 <property name="text">
611 <string>Down</string> 630 <string>Down</string>
@@ -664,18 +683,18 @@
664 <widget class="QPushButton" name="buttonLStick"> 683 <widget class="QPushButton" name="buttonLStick">
665 <property name="minimumSize"> 684 <property name="minimumSize">
666 <size> 685 <size>
667 <width>57</width> 686 <width>68</width>
668 <height>0</height> 687 <height>0</height>
669 </size> 688 </size>
670 </property> 689 </property>
671 <property name="maximumSize"> 690 <property name="maximumSize">
672 <size> 691 <size>
673 <width>55</width> 692 <width>68</width>
674 <height>16777215</height> 693 <height>16777215</height>
675 </size> 694 </size>
676 </property> 695 </property>
677 <property name="styleSheet"> 696 <property name="styleSheet">
678 <string notr="true">min-width: 55px;</string> 697 <string notr="true">min-width: 68px;</string>
679 </property> 698 </property>
680 <property name="text"> 699 <property name="text">
681 <string>Pressed</string> 700 <string>Pressed</string>
@@ -713,18 +732,18 @@
713 <widget class="QPushButton" name="buttonLStickMod"> 732 <widget class="QPushButton" name="buttonLStickMod">
714 <property name="minimumSize"> 733 <property name="minimumSize">
715 <size> 734 <size>
716 <width>57</width> 735 <width>68</width>
717 <height>0</height> 736 <height>0</height>
718 </size> 737 </size>
719 </property> 738 </property>
720 <property name="maximumSize"> 739 <property name="maximumSize">
721 <size> 740 <size>
722 <width>55</width> 741 <width>68</width>
723 <height>16777215</height> 742 <height>16777215</height>
724 </size> 743 </size>
725 </property> 744 </property>
726 <property name="styleSheet"> 745 <property name="styleSheet">
727 <string notr="true">min-width: 55px;</string> 746 <string notr="true">min-width: 68px;</string>
728 </property> 747 </property>
729 <property name="text"> 748 <property name="text">
730 <string>Modifier</string> 749 <string>Modifier</string>
@@ -759,13 +778,13 @@
759 <widget class="QSpinBox" name="spinboxLStickRange"> 778 <widget class="QSpinBox" name="spinboxLStickRange">
760 <property name="minimumSize"> 779 <property name="minimumSize">
761 <size> 780 <size>
762 <width>55</width> 781 <width>68</width>
763 <height>21</height> 782 <height>21</height>
764 </size> 783 </size>
765 </property> 784 </property>
766 <property name="maximumSize"> 785 <property name="maximumSize">
767 <size> 786 <size>
768 <width>55</width> 787 <width>68</width>
769 <height>16777215</height> 788 <height>16777215</height>
770 </size> 789 </size>
771 </property> 790 </property>
@@ -966,18 +985,18 @@
966 <widget class="QPushButton" name="buttonDpadUp"> 985 <widget class="QPushButton" name="buttonDpadUp">
967 <property name="minimumSize"> 986 <property name="minimumSize">
968 <size> 987 <size>
969 <width>57</width> 988 <width>68</width>
970 <height>0</height> 989 <height>0</height>
971 </size> 990 </size>
972 </property> 991 </property>
973 <property name="maximumSize"> 992 <property name="maximumSize">
974 <size> 993 <size>
975 <width>55</width> 994 <width>68</width>
976 <height>16777215</height> 995 <height>16777215</height>
977 </size> 996 </size>
978 </property> 997 </property>
979 <property name="styleSheet"> 998 <property name="styleSheet">
980 <string notr="true">min-width: 55px;</string> 999 <string notr="true">min-width: 68px;</string>
981 </property> 1000 </property>
982 <property name="text"> 1001 <property name="text">
983 <string>Up</string> 1002 <string>Up</string>
@@ -1036,18 +1055,18 @@
1036 <widget class="QPushButton" name="buttonDpadLeft"> 1055 <widget class="QPushButton" name="buttonDpadLeft">
1037 <property name="minimumSize"> 1056 <property name="minimumSize">
1038 <size> 1057 <size>
1039 <width>57</width> 1058 <width>68</width>
1040 <height>0</height> 1059 <height>0</height>
1041 </size> 1060 </size>
1042 </property> 1061 </property>
1043 <property name="maximumSize"> 1062 <property name="maximumSize">
1044 <size> 1063 <size>
1045 <width>55</width> 1064 <width>68</width>
1046 <height>16777215</height> 1065 <height>16777215</height>
1047 </size> 1066 </size>
1048 </property> 1067 </property>
1049 <property name="styleSheet"> 1068 <property name="styleSheet">
1050 <string notr="true">min-width: 55px;</string> 1069 <string notr="true">min-width: 68px;</string>
1051 </property> 1070 </property>
1052 <property name="text"> 1071 <property name="text">
1053 <string>Left</string> 1072 <string>Left</string>
@@ -1085,18 +1104,18 @@
1085 <widget class="QPushButton" name="buttonDpadRight"> 1104 <widget class="QPushButton" name="buttonDpadRight">
1086 <property name="minimumSize"> 1105 <property name="minimumSize">
1087 <size> 1106 <size>
1088 <width>57</width> 1107 <width>68</width>
1089 <height>0</height> 1108 <height>0</height>
1090 </size> 1109 </size>
1091 </property> 1110 </property>
1092 <property name="maximumSize"> 1111 <property name="maximumSize">
1093 <size> 1112 <size>
1094 <width>55</width> 1113 <width>68</width>
1095 <height>16777215</height> 1114 <height>16777215</height>
1096 </size> 1115 </size>
1097 </property> 1116 </property>
1098 <property name="styleSheet"> 1117 <property name="styleSheet">
1099 <string notr="true">min-width: 55px;</string> 1118 <string notr="true">min-width: 68px;</string>
1100 </property> 1119 </property>
1101 <property name="text"> 1120 <property name="text">
1102 <string>Right</string> 1121 <string>Right</string>
@@ -1167,18 +1186,18 @@
1167 <widget class="QPushButton" name="buttonDpadDown"> 1186 <widget class="QPushButton" name="buttonDpadDown">
1168 <property name="minimumSize"> 1187 <property name="minimumSize">
1169 <size> 1188 <size>
1170 <width>57</width> 1189 <width>68</width>
1171 <height>0</height> 1190 <height>0</height>
1172 </size> 1191 </size>
1173 </property> 1192 </property>
1174 <property name="maximumSize"> 1193 <property name="maximumSize">
1175 <size> 1194 <size>
1176 <width>55</width> 1195 <width>68</width>
1177 <height>16777215</height> 1196 <height>16777215</height>
1178 </size> 1197 </size>
1179 </property> 1198 </property>
1180 <property name="styleSheet"> 1199 <property name="styleSheet">
1181 <string notr="true">min-width: 55px;</string> 1200 <string notr="true">min-width: 68px;</string>
1182 </property> 1201 </property>
1183 <property name="text"> 1202 <property name="text">
1184 <string>Down</string> 1203 <string>Down</string>
@@ -1292,18 +1311,18 @@
1292 <widget class="QPushButton" name="buttonL"> 1311 <widget class="QPushButton" name="buttonL">
1293 <property name="minimumSize"> 1312 <property name="minimumSize">
1294 <size> 1313 <size>
1295 <width>57</width> 1314 <width>68</width>
1296 <height>0</height> 1315 <height>0</height>
1297 </size> 1316 </size>
1298 </property> 1317 </property>
1299 <property name="maximumSize"> 1318 <property name="maximumSize">
1300 <size> 1319 <size>
1301 <width>55</width> 1320 <width>68</width>
1302 <height>16777215</height> 1321 <height>16777215</height>
1303 </size> 1322 </size>
1304 </property> 1323 </property>
1305 <property name="styleSheet"> 1324 <property name="styleSheet">
1306 <string notr="true">min-width: 55px;</string> 1325 <string notr="true">min-width: 68px;</string>
1307 </property> 1326 </property>
1308 <property name="text"> 1327 <property name="text">
1309 <string>L</string> 1328 <string>L</string>
@@ -1341,18 +1360,18 @@
1341 <widget class="QPushButton" name="buttonZL"> 1360 <widget class="QPushButton" name="buttonZL">
1342 <property name="minimumSize"> 1361 <property name="minimumSize">
1343 <size> 1362 <size>
1344 <width>57</width> 1363 <width>68</width>
1345 <height>0</height> 1364 <height>0</height>
1346 </size> 1365 </size>
1347 </property> 1366 </property>
1348 <property name="maximumSize"> 1367 <property name="maximumSize">
1349 <size> 1368 <size>
1350 <width>55</width> 1369 <width>68</width>
1351 <height>16777215</height> 1370 <height>16777215</height>
1352 </size> 1371 </size>
1353 </property> 1372 </property>
1354 <property name="styleSheet"> 1373 <property name="styleSheet">
1355 <string notr="true">min-width: 55px;</string> 1374 <string notr="true">min-width: 68px;</string>
1356 </property> 1375 </property>
1357 <property name="text"> 1376 <property name="text">
1358 <string>ZL</string> 1377 <string>ZL</string>
@@ -1445,18 +1464,18 @@
1445 <widget class="QPushButton" name="buttonMinus"> 1464 <widget class="QPushButton" name="buttonMinus">
1446 <property name="minimumSize"> 1465 <property name="minimumSize">
1447 <size> 1466 <size>
1448 <width>57</width> 1467 <width>68</width>
1449 <height>0</height> 1468 <height>0</height>
1450 </size> 1469 </size>
1451 </property> 1470 </property>
1452 <property name="maximumSize"> 1471 <property name="maximumSize">
1453 <size> 1472 <size>
1454 <width>55</width> 1473 <width>68</width>
1455 <height>16777215</height> 1474 <height>16777215</height>
1456 </size> 1475 </size>
1457 </property> 1476 </property>
1458 <property name="styleSheet"> 1477 <property name="styleSheet">
1459 <string notr="true">min-width: 55px;</string> 1478 <string notr="true">min-width: 68px;</string>
1460 </property> 1479 </property>
1461 <property name="text"> 1480 <property name="text">
1462 <string>Minus</string> 1481 <string>Minus</string>
@@ -1494,18 +1513,18 @@
1494 <widget class="QPushButton" name="buttonScreenshot"> 1513 <widget class="QPushButton" name="buttonScreenshot">
1495 <property name="minimumSize"> 1514 <property name="minimumSize">
1496 <size> 1515 <size>
1497 <width>57</width> 1516 <width>68</width>
1498 <height>0</height> 1517 <height>0</height>
1499 </size> 1518 </size>
1500 </property> 1519 </property>
1501 <property name="maximumSize"> 1520 <property name="maximumSize">
1502 <size> 1521 <size>
1503 <width>55</width> 1522 <width>68</width>
1504 <height>16777215</height> 1523 <height>16777215</height>
1505 </size> 1524 </size>
1506 </property> 1525 </property>
1507 <property name="styleSheet"> 1526 <property name="styleSheet">
1508 <string notr="true">min-width: 55px;</string> 1527 <string notr="true">min-width: 68px;</string>
1509 </property> 1528 </property>
1510 <property name="text"> 1529 <property name="text">
1511 <string>Capture</string> 1530 <string>Capture</string>
@@ -1564,18 +1583,18 @@
1564 <widget class="QPushButton" name="buttonPlus"> 1583 <widget class="QPushButton" name="buttonPlus">
1565 <property name="minimumSize"> 1584 <property name="minimumSize">
1566 <size> 1585 <size>
1567 <width>57</width> 1586 <width>68</width>
1568 <height>0</height> 1587 <height>0</height>
1569 </size> 1588 </size>
1570 </property> 1589 </property>
1571 <property name="maximumSize"> 1590 <property name="maximumSize">
1572 <size> 1591 <size>
1573 <width>55</width> 1592 <width>68</width>
1574 <height>16777215</height> 1593 <height>16777215</height>
1575 </size> 1594 </size>
1576 </property> 1595 </property>
1577 <property name="styleSheet"> 1596 <property name="styleSheet">
1578 <string notr="true">min-width: 55px;</string> 1597 <string notr="true">min-width: 68px;</string>
1579 </property> 1598 </property>
1580 <property name="text"> 1599 <property name="text">
1581 <string>Plus</string> 1600 <string>Plus</string>
@@ -1613,18 +1632,18 @@
1613 <widget class="QPushButton" name="buttonHome"> 1632 <widget class="QPushButton" name="buttonHome">
1614 <property name="minimumSize"> 1633 <property name="minimumSize">
1615 <size> 1634 <size>
1616 <width>57</width> 1635 <width>68</width>
1617 <height>0</height> 1636 <height>0</height>
1618 </size> 1637 </size>
1619 </property> 1638 </property>
1620 <property name="maximumSize"> 1639 <property name="maximumSize">
1621 <size> 1640 <size>
1622 <width>55</width> 1641 <width>68</width>
1623 <height>16777215</height> 1642 <height>16777215</height>
1624 </size> 1643 </size>
1625 </property> 1644 </property>
1626 <property name="styleSheet"> 1645 <property name="styleSheet">
1627 <string notr="true">min-width: 55px;</string> 1646 <string notr="true">min-width: 68px;</string>
1628 </property> 1647 </property>
1629 <property name="text"> 1648 <property name="text">
1630 <string>Home</string> 1649 <string>Home</string>
@@ -1717,18 +1736,18 @@
1717 <widget class="QPushButton" name="buttonR"> 1736 <widget class="QPushButton" name="buttonR">
1718 <property name="minimumSize"> 1737 <property name="minimumSize">
1719 <size> 1738 <size>
1720 <width>57</width> 1739 <width>68</width>
1721 <height>0</height> 1740 <height>0</height>
1722 </size> 1741 </size>
1723 </property> 1742 </property>
1724 <property name="maximumSize"> 1743 <property name="maximumSize">
1725 <size> 1744 <size>
1726 <width>55</width> 1745 <width>68</width>
1727 <height>16777215</height> 1746 <height>16777215</height>
1728 </size> 1747 </size>
1729 </property> 1748 </property>
1730 <property name="styleSheet"> 1749 <property name="styleSheet">
1731 <string notr="true">min-width: 55px;</string> 1750 <string notr="true">min-width: 68px;</string>
1732 </property> 1751 </property>
1733 <property name="text"> 1752 <property name="text">
1734 <string>R</string> 1753 <string>R</string>
@@ -1766,18 +1785,18 @@
1766 <widget class="QPushButton" name="buttonZR"> 1785 <widget class="QPushButton" name="buttonZR">
1767 <property name="minimumSize"> 1786 <property name="minimumSize">
1768 <size> 1787 <size>
1769 <width>57</width> 1788 <width>68</width>
1770 <height>0</height> 1789 <height>0</height>
1771 </size> 1790 </size>
1772 </property> 1791 </property>
1773 <property name="maximumSize"> 1792 <property name="maximumSize">
1774 <size> 1793 <size>
1775 <width>55</width> 1794 <width>68</width>
1776 <height>16777215</height> 1795 <height>16777215</height>
1777 </size> 1796 </size>
1778 </property> 1797 </property>
1779 <property name="styleSheet"> 1798 <property name="styleSheet">
1780 <string notr="true">min-width: 55px;</string> 1799 <string notr="true">min-width: 68px;</string>
1781 </property> 1800 </property>
1782 <property name="text"> 1801 <property name="text">
1783 <string>ZR</string> 1802 <string>ZR</string>
@@ -1870,18 +1889,18 @@
1870 <widget class="QPushButton" name="buttonSL"> 1889 <widget class="QPushButton" name="buttonSL">
1871 <property name="minimumSize"> 1890 <property name="minimumSize">
1872 <size> 1891 <size>
1873 <width>57</width> 1892 <width>68</width>
1874 <height>0</height> 1893 <height>0</height>
1875 </size> 1894 </size>
1876 </property> 1895 </property>
1877 <property name="maximumSize"> 1896 <property name="maximumSize">
1878 <size> 1897 <size>
1879 <width>55</width> 1898 <width>68</width>
1880 <height>16777215</height> 1899 <height>16777215</height>
1881 </size> 1900 </size>
1882 </property> 1901 </property>
1883 <property name="styleSheet"> 1902 <property name="styleSheet">
1884 <string notr="true">min-width: 55px;</string> 1903 <string notr="true">min-width: 68px;</string>
1885 </property> 1904 </property>
1886 <property name="text"> 1905 <property name="text">
1887 <string>SL</string> 1906 <string>SL</string>
@@ -1919,18 +1938,18 @@
1919 <widget class="QPushButton" name="buttonSR"> 1938 <widget class="QPushButton" name="buttonSR">
1920 <property name="minimumSize"> 1939 <property name="minimumSize">
1921 <size> 1940 <size>
1922 <width>57</width> 1941 <width>68</width>
1923 <height>0</height> 1942 <height>0</height>
1924 </size> 1943 </size>
1925 </property> 1944 </property>
1926 <property name="maximumSize"> 1945 <property name="maximumSize">
1927 <size> 1946 <size>
1928 <width>55</width> 1947 <width>68</width>
1929 <height>16777215</height> 1948 <height>16777215</height>
1930 </size> 1949 </size>
1931 </property> 1950 </property>
1932 <property name="styleSheet"> 1951 <property name="styleSheet">
1933 <string notr="true">min-width: 55px;</string> 1952 <string notr="true">min-width: 68px;</string>
1934 </property> 1953 </property>
1935 <property name="text"> 1954 <property name="text">
1936 <string>SR</string> 1955 <string>SR</string>
@@ -2027,18 +2046,18 @@
2027 <widget class="QPushButton" name="buttonMotionLeft"> 2046 <widget class="QPushButton" name="buttonMotionLeft">
2028 <property name="minimumSize"> 2047 <property name="minimumSize">
2029 <size> 2048 <size>
2030 <width>57</width> 2049 <width>68</width>
2031 <height>0</height> 2050 <height>0</height>
2032 </size> 2051 </size>
2033 </property> 2052 </property>
2034 <property name="maximumSize"> 2053 <property name="maximumSize">
2035 <size> 2054 <size>
2036 <width>55</width> 2055 <width>68</width>
2037 <height>16777215</height> 2056 <height>16777215</height>
2038 </size> 2057 </size>
2039 </property> 2058 </property>
2040 <property name="styleSheet"> 2059 <property name="styleSheet">
2041 <string notr="true">min-width: 55px;</string> 2060 <string notr="true">min-width: 68px;</string>
2042 </property> 2061 </property>
2043 <property name="text"> 2062 <property name="text">
2044 <string>Left</string> 2063 <string>Left</string>
@@ -2076,18 +2095,18 @@
2076 <widget class="QPushButton" name="buttonMotionRight"> 2095 <widget class="QPushButton" name="buttonMotionRight">
2077 <property name="minimumSize"> 2096 <property name="minimumSize">
2078 <size> 2097 <size>
2079 <width>57</width> 2098 <width>68</width>
2080 <height>0</height> 2099 <height>0</height>
2081 </size> 2100 </size>
2082 </property> 2101 </property>
2083 <property name="maximumSize"> 2102 <property name="maximumSize">
2084 <size> 2103 <size>
2085 <width>55</width> 2104 <width>68</width>
2086 <height>16777215</height> 2105 <height>16777215</height>
2087 </size> 2106 </size>
2088 </property> 2107 </property>
2089 <property name="styleSheet"> 2108 <property name="styleSheet">
2090 <string notr="true">min-width: 55px;</string> 2109 <string notr="true">min-width: 68px;</string>
2091 </property> 2110 </property>
2092 <property name="text"> 2111 <property name="text">
2093 <string>Right</string> 2112 <string>Right</string>
@@ -2225,18 +2244,18 @@
2225 <widget class="QPushButton" name="buttonX"> 2244 <widget class="QPushButton" name="buttonX">
2226 <property name="minimumSize"> 2245 <property name="minimumSize">
2227 <size> 2246 <size>
2228 <width>57</width> 2247 <width>68</width>
2229 <height>0</height> 2248 <height>0</height>
2230 </size> 2249 </size>
2231 </property> 2250 </property>
2232 <property name="maximumSize"> 2251 <property name="maximumSize">
2233 <size> 2252 <size>
2234 <width>55</width> 2253 <width>68</width>
2235 <height>16777215</height> 2254 <height>16777215</height>
2236 </size> 2255 </size>
2237 </property> 2256 </property>
2238 <property name="styleSheet"> 2257 <property name="styleSheet">
2239 <string notr="true">min-width: 55px;</string> 2258 <string notr="true">min-width: 68px;</string>
2240 </property> 2259 </property>
2241 <property name="text"> 2260 <property name="text">
2242 <string>X</string> 2261 <string>X</string>
@@ -2295,18 +2314,18 @@
2295 <widget class="QPushButton" name="buttonY"> 2314 <widget class="QPushButton" name="buttonY">
2296 <property name="minimumSize"> 2315 <property name="minimumSize">
2297 <size> 2316 <size>
2298 <width>57</width> 2317 <width>68</width>
2299 <height>0</height> 2318 <height>0</height>
2300 </size> 2319 </size>
2301 </property> 2320 </property>
2302 <property name="maximumSize"> 2321 <property name="maximumSize">
2303 <size> 2322 <size>
2304 <width>55</width> 2323 <width>68</width>
2305 <height>16777215</height> 2324 <height>16777215</height>
2306 </size> 2325 </size>
2307 </property> 2326 </property>
2308 <property name="styleSheet"> 2327 <property name="styleSheet">
2309 <string notr="true">min-width: 55px;</string> 2328 <string notr="true">min-width: 68px;</string>
2310 </property> 2329 </property>
2311 <property name="text"> 2330 <property name="text">
2312 <string>Y</string> 2331 <string>Y</string>
@@ -2344,18 +2363,18 @@
2344 <widget class="QPushButton" name="buttonA"> 2363 <widget class="QPushButton" name="buttonA">
2345 <property name="minimumSize"> 2364 <property name="minimumSize">
2346 <size> 2365 <size>
2347 <width>57</width> 2366 <width>68</width>
2348 <height>0</height> 2367 <height>0</height>
2349 </size> 2368 </size>
2350 </property> 2369 </property>
2351 <property name="maximumSize"> 2370 <property name="maximumSize">
2352 <size> 2371 <size>
2353 <width>55</width> 2372 <width>68</width>
2354 <height>16777215</height> 2373 <height>16777215</height>
2355 </size> 2374 </size>
2356 </property> 2375 </property>
2357 <property name="styleSheet"> 2376 <property name="styleSheet">
2358 <string notr="true">min-width: 55px;</string> 2377 <string notr="true">min-width: 68px;</string>
2359 </property> 2378 </property>
2360 <property name="text"> 2379 <property name="text">
2361 <string>A</string> 2380 <string>A</string>
@@ -2426,18 +2445,18 @@
2426 <widget class="QPushButton" name="buttonB"> 2445 <widget class="QPushButton" name="buttonB">
2427 <property name="minimumSize"> 2446 <property name="minimumSize">
2428 <size> 2447 <size>
2429 <width>57</width> 2448 <width>68</width>
2430 <height>0</height> 2449 <height>0</height>
2431 </size> 2450 </size>
2432 </property> 2451 </property>
2433 <property name="maximumSize"> 2452 <property name="maximumSize">
2434 <size> 2453 <size>
2435 <width>55</width> 2454 <width>68</width>
2436 <height>16777215</height> 2455 <height>16777215</height>
2437 </size> 2456 </size>
2438 </property> 2457 </property>
2439 <property name="styleSheet"> 2458 <property name="styleSheet">
2440 <string notr="true">min-width: 55px;</string> 2459 <string notr="true">min-width: 68px;</string>
2441 </property> 2460 </property>
2442 <property name="text"> 2461 <property name="text">
2443 <string>B</string> 2462 <string>B</string>
@@ -2580,18 +2599,18 @@
2580 <widget class="QPushButton" name="buttonRStickUp"> 2599 <widget class="QPushButton" name="buttonRStickUp">
2581 <property name="minimumSize"> 2600 <property name="minimumSize">
2582 <size> 2601 <size>
2583 <width>57</width> 2602 <width>68</width>
2584 <height>0</height> 2603 <height>0</height>
2585 </size> 2604 </size>
2586 </property> 2605 </property>
2587 <property name="maximumSize"> 2606 <property name="maximumSize">
2588 <size> 2607 <size>
2589 <width>55</width> 2608 <width>68</width>
2590 <height>16777215</height> 2609 <height>16777215</height>
2591 </size> 2610 </size>
2592 </property> 2611 </property>
2593 <property name="styleSheet"> 2612 <property name="styleSheet">
2594 <string notr="true">min-width: 55px;</string> 2613 <string notr="true">min-width: 68px;</string>
2595 </property> 2614 </property>
2596 <property name="text"> 2615 <property name="text">
2597 <string>Up</string> 2616 <string>Up</string>
@@ -2650,18 +2669,18 @@
2650 <widget class="QPushButton" name="buttonRStickLeft"> 2669 <widget class="QPushButton" name="buttonRStickLeft">
2651 <property name="minimumSize"> 2670 <property name="minimumSize">
2652 <size> 2671 <size>
2653 <width>57</width> 2672 <width>68</width>
2654 <height>0</height> 2673 <height>0</height>
2655 </size> 2674 </size>
2656 </property> 2675 </property>
2657 <property name="maximumSize"> 2676 <property name="maximumSize">
2658 <size> 2677 <size>
2659 <width>55</width> 2678 <width>68</width>
2660 <height>16777215</height> 2679 <height>16777215</height>
2661 </size> 2680 </size>
2662 </property> 2681 </property>
2663 <property name="styleSheet"> 2682 <property name="styleSheet">
2664 <string notr="true">min-width: 55px;</string> 2683 <string notr="true">min-width: 68px;</string>
2665 </property> 2684 </property>
2666 <property name="text"> 2685 <property name="text">
2667 <string>Left</string> 2686 <string>Left</string>
@@ -2699,18 +2718,18 @@
2699 <widget class="QPushButton" name="buttonRStickRight"> 2718 <widget class="QPushButton" name="buttonRStickRight">
2700 <property name="minimumSize"> 2719 <property name="minimumSize">
2701 <size> 2720 <size>
2702 <width>57</width> 2721 <width>68</width>
2703 <height>0</height> 2722 <height>0</height>
2704 </size> 2723 </size>
2705 </property> 2724 </property>
2706 <property name="maximumSize"> 2725 <property name="maximumSize">
2707 <size> 2726 <size>
2708 <width>55</width> 2727 <width>68</width>
2709 <height>16777215</height> 2728 <height>16777215</height>
2710 </size> 2729 </size>
2711 </property> 2730 </property>
2712 <property name="styleSheet"> 2731 <property name="styleSheet">
2713 <string notr="true">min-width: 55px;</string> 2732 <string notr="true">min-width: 68px;</string>
2714 </property> 2733 </property>
2715 <property name="text"> 2734 <property name="text">
2716 <string>Right</string> 2735 <string>Right</string>
@@ -2781,18 +2800,18 @@
2781 <widget class="QPushButton" name="buttonRStickDown"> 2800 <widget class="QPushButton" name="buttonRStickDown">
2782 <property name="minimumSize"> 2801 <property name="minimumSize">
2783 <size> 2802 <size>
2784 <width>57</width> 2803 <width>68</width>
2785 <height>0</height> 2804 <height>0</height>
2786 </size> 2805 </size>
2787 </property> 2806 </property>
2788 <property name="maximumSize"> 2807 <property name="maximumSize">
2789 <size> 2808 <size>
2790 <width>55</width> 2809 <width>68</width>
2791 <height>16777215</height> 2810 <height>16777215</height>
2792 </size> 2811 </size>
2793 </property> 2812 </property>
2794 <property name="styleSheet"> 2813 <property name="styleSheet">
2795 <string notr="true">min-width: 55px;</string> 2814 <string notr="true">min-width: 68px;</string>
2796 </property> 2815 </property>
2797 <property name="text"> 2816 <property name="text">
2798 <string>Down</string> 2817 <string>Down</string>
@@ -2851,18 +2870,18 @@
2851 <widget class="QPushButton" name="buttonRStick"> 2870 <widget class="QPushButton" name="buttonRStick">
2852 <property name="minimumSize"> 2871 <property name="minimumSize">
2853 <size> 2872 <size>
2854 <width>57</width> 2873 <width>68</width>
2855 <height>0</height> 2874 <height>0</height>
2856 </size> 2875 </size>
2857 </property> 2876 </property>
2858 <property name="maximumSize"> 2877 <property name="maximumSize">
2859 <size> 2878 <size>
2860 <width>55</width> 2879 <width>68</width>
2861 <height>16777215</height> 2880 <height>16777215</height>
2862 </size> 2881 </size>
2863 </property> 2882 </property>
2864 <property name="styleSheet"> 2883 <property name="styleSheet">
2865 <string notr="true">min-width: 55px;</string> 2884 <string notr="true">min-width: 68px;</string>
2866 </property> 2885 </property>
2867 <property name="text"> 2886 <property name="text">
2868 <string>Pressed</string> 2887 <string>Pressed</string>
@@ -2900,18 +2919,18 @@
2900 <widget class="QPushButton" name="buttonRStickMod"> 2919 <widget class="QPushButton" name="buttonRStickMod">
2901 <property name="minimumSize"> 2920 <property name="minimumSize">
2902 <size> 2921 <size>
2903 <width>57</width> 2922 <width>68</width>
2904 <height>0</height> 2923 <height>0</height>
2905 </size> 2924 </size>
2906 </property> 2925 </property>
2907 <property name="maximumSize"> 2926 <property name="maximumSize">
2908 <size> 2927 <size>
2909 <width>55</width> 2928 <width>68</width>
2910 <height>16777215</height> 2929 <height>16777215</height>
2911 </size> 2930 </size>
2912 </property> 2931 </property>
2913 <property name="styleSheet"> 2932 <property name="styleSheet">
2914 <string notr="true">min-width: 55px;</string> 2933 <string notr="true">min-width: 68px;</string>
2915 </property> 2934 </property>
2916 <property name="text"> 2935 <property name="text">
2917 <string>Modifier</string> 2936 <string>Modifier</string>
@@ -2946,13 +2965,13 @@
2946 <widget class="QSpinBox" name="spinboxRStickRange"> 2965 <widget class="QSpinBox" name="spinboxRStickRange">
2947 <property name="minimumSize"> 2966 <property name="minimumSize">
2948 <size> 2967 <size>
2949 <width>55</width> 2968 <width>68</width>
2950 <height>21</height> 2969 <height>21</height>
2951 </size> 2970 </size>
2952 </property> 2971 </property>
2953 <property name="maximumSize"> 2972 <property name="maximumSize">
2954 <size> 2973 <size>
2955 <width>55</width> 2974 <width>68</width>
2956 <height>16777215</height> 2975 <height>16777215</height>
2957 </size> 2976 </size>
2958 </property> 2977 </property>
diff --git a/src/yuzu/configuration/configure_motion_touch.ui b/src/yuzu/configuration/configure_motion_touch.ui
index 602cf8cd8..5b78c5a4b 100644
--- a/src/yuzu/configuration/configure_motion_touch.ui
+++ b/src/yuzu/configuration/configure_motion_touch.ui
@@ -312,16 +312,6 @@
312 <signal>accepted()</signal> 312 <signal>accepted()</signal>
313 <receiver>ConfigureMotionTouch</receiver> 313 <receiver>ConfigureMotionTouch</receiver>
314 <slot>ApplyConfiguration()</slot> 314 <slot>ApplyConfiguration()</slot>
315 <hints>
316 <hint type="sourcelabel">
317 <x>220</x>
318 <y>380</y>
319 </hint>
320 <hint type="destinationlabel">
321 <x>220</x>
322 <y>200</y>
323 </hint>
324 </hints>
325 </connection> 315 </connection>
326 </connections> 316 </connections>
327</ui> 317</ui>
diff --git a/src/yuzu/configuration/configure_mouse_advanced.ui b/src/yuzu/configuration/configure_mouse_advanced.ui
index 74552fdbd..5b99e1c37 100644
--- a/src/yuzu/configuration/configure_mouse_advanced.ui
+++ b/src/yuzu/configuration/configure_mouse_advanced.ui
@@ -15,7 +15,7 @@
15 </property> 15 </property>
16 <property name="styleSheet"> 16 <property name="styleSheet">
17 <string notr="true">QPushButton { 17 <string notr="true">QPushButton {
18 min-width: 55px; 18 min-width: 60px;
19}</string> 19}</string>
20 </property> 20 </property>
21 <layout class="QVBoxLayout" name="verticalLayout"> 21 <layout class="QVBoxLayout" name="verticalLayout">
@@ -42,13 +42,13 @@
42 <widget class="QPushButton" name="forward_button"> 42 <widget class="QPushButton" name="forward_button">
43 <property name="minimumSize"> 43 <property name="minimumSize">
44 <size> 44 <size>
45 <width>57</width> 45 <width>68</width>
46 <height>0</height> 46 <height>0</height>
47 </size> 47 </size>
48 </property> 48 </property>
49 <property name="maximumSize"> 49 <property name="maximumSize">
50 <size> 50 <size>
51 <width>16777215</width> 51 <width>68</width>
52 <height>16777215</height> 52 <height>16777215</height>
53 </size> 53 </size>
54 </property> 54 </property>
@@ -82,7 +82,7 @@
82 <widget class="QPushButton" name="back_button"> 82 <widget class="QPushButton" name="back_button">
83 <property name="minimumSize"> 83 <property name="minimumSize">
84 <size> 84 <size>
85 <width>57</width> 85 <width>68</width>
86 <height>0</height> 86 <height>0</height>
87 </size> 87 </size>
88 </property> 88 </property>
@@ -110,7 +110,7 @@
110 <widget class="QPushButton" name="left_button"> 110 <widget class="QPushButton" name="left_button">
111 <property name="minimumSize"> 111 <property name="minimumSize">
112 <size> 112 <size>
113 <width>57</width> 113 <width>68</width>
114 <height>0</height> 114 <height>0</height>
115 </size> 115 </size>
116 </property> 116 </property>
@@ -138,13 +138,13 @@
138 <widget class="QPushButton" name="middle_button"> 138 <widget class="QPushButton" name="middle_button">
139 <property name="minimumSize"> 139 <property name="minimumSize">
140 <size> 140 <size>
141 <width>57</width> 141 <width>68</width>
142 <height>0</height> 142 <height>0</height>
143 </size> 143 </size>
144 </property> 144 </property>
145 <property name="maximumSize"> 145 <property name="maximumSize">
146 <size> 146 <size>
147 <width>16777215</width> 147 <width>68</width>
148 <height>16777215</height> 148 <height>16777215</height>
149 </size> 149 </size>
150 </property> 150 </property>
@@ -204,13 +204,13 @@
204 <widget class="QPushButton" name="right_button"> 204 <widget class="QPushButton" name="right_button">
205 <property name="minimumSize"> 205 <property name="minimumSize">
206 <size> 206 <size>
207 <width>57</width> 207 <width>68</width>
208 <height>0</height> 208 <height>0</height>
209 </size> 209 </size>
210 </property> 210 </property>
211 <property name="maximumSize"> 211 <property name="maximumSize">
212 <size> 212 <size>
213 <width>16777215</width> 213 <width>68</width>
214 <height>16777215</height> 214 <height>16777215</height>
215 </size> 215 </size>
216 </property> 216 </property>
@@ -256,13 +256,13 @@
256 <widget class="QPushButton" name="buttonClearAll"> 256 <widget class="QPushButton" name="buttonClearAll">
257 <property name="minimumSize"> 257 <property name="minimumSize">
258 <size> 258 <size>
259 <width>57</width> 259 <width>68</width>
260 <height>0</height> 260 <height>0</height>
261 </size> 261 </size>
262 </property> 262 </property>
263 <property name="maximumSize"> 263 <property name="maximumSize">
264 <size> 264 <size>
265 <width>16777215</width> 265 <width>68</width>
266 <height>16777215</height> 266 <height>16777215</height>
267 </size> 267 </size>
268 </property> 268 </property>
@@ -275,13 +275,13 @@
275 <widget class="QPushButton" name="buttonRestoreDefaults"> 275 <widget class="QPushButton" name="buttonRestoreDefaults">
276 <property name="minimumSize"> 276 <property name="minimumSize">
277 <size> 277 <size>
278 <width>57</width> 278 <width>68</width>
279 <height>0</height> 279 <height>0</height>
280 </size> 280 </size>
281 </property> 281 </property>
282 <property name="maximumSize"> 282 <property name="maximumSize">
283 <size> 283 <size>
284 <width>16777215</width> 284 <width>68</width>
285 <height>16777215</height> 285 <height>16777215</height>
286 </size> 286 </size>
287 </property> 287 </property>
@@ -324,32 +324,12 @@
324 <signal>accepted()</signal> 324 <signal>accepted()</signal>
325 <receiver>ConfigureMouseAdvanced</receiver> 325 <receiver>ConfigureMouseAdvanced</receiver>
326 <slot>accept()</slot> 326 <slot>accept()</slot>
327 <hints>
328 <hint type="sourcelabel">
329 <x>124</x>
330 <y>266</y>
331 </hint>
332 <hint type="destinationlabel">
333 <x>124</x>
334 <y>143</y>
335 </hint>
336 </hints>
337 </connection> 327 </connection>
338 <connection> 328 <connection>
339 <sender>buttonBox</sender> 329 <sender>buttonBox</sender>
340 <signal>rejected()</signal> 330 <signal>rejected()</signal>
341 <receiver>ConfigureMouseAdvanced</receiver> 331 <receiver>ConfigureMouseAdvanced</receiver>
342 <slot>reject()</slot> 332 <slot>reject()</slot>
343 <hints>
344 <hint type="sourcelabel">
345 <x>124</x>
346 <y>266</y>
347 </hint>
348 <hint type="destinationlabel">
349 <x>124</x>
350 <y>143</y>
351 </hint>
352 </hints>
353 </connection> 333 </connection>
354 </connections> 334 </connections>
355</ui> 335</ui>
diff --git a/src/yuzu/configuration/configure_per_game.ui b/src/yuzu/configuration/configure_per_game.ui
index d2057c4ab..25975b3b9 100644
--- a/src/yuzu/configuration/configure_per_game.ui
+++ b/src/yuzu/configuration/configure_per_game.ui
@@ -319,32 +319,12 @@
319 <signal>accepted()</signal> 319 <signal>accepted()</signal>
320 <receiver>ConfigurePerGame</receiver> 320 <receiver>ConfigurePerGame</receiver>
321 <slot>accept()</slot> 321 <slot>accept()</slot>
322 <hints>
323 <hint type="sourcelabel">
324 <x>248</x>
325 <y>254</y>
326 </hint>
327 <hint type="destinationlabel">
328 <x>157</x>
329 <y>274</y>
330 </hint>
331 </hints>
332 </connection> 322 </connection>
333 <connection> 323 <connection>
334 <sender>buttonBox</sender> 324 <sender>buttonBox</sender>
335 <signal>rejected()</signal> 325 <signal>rejected()</signal>
336 <receiver>ConfigurePerGame</receiver> 326 <receiver>ConfigurePerGame</receiver>
337 <slot>reject()</slot> 327 <slot>reject()</slot>
338 <hints>
339 <hint type="sourcelabel">
340 <x>316</x>
341 <y>260</y>
342 </hint>
343 <hint type="destinationlabel">
344 <x>286</x>
345 <y>274</y>
346 </hint>
347 </hints>
348 </connection> 328 </connection>
349 </connections> 329 </connections>
350</ui> 330</ui>
diff --git a/src/yuzu/configuration/configure_touch_from_button.ui b/src/yuzu/configuration/configure_touch_from_button.ui
index f581e27e0..757219d54 100644
--- a/src/yuzu/configuration/configure_touch_from_button.ui
+++ b/src/yuzu/configuration/configure_touch_from_button.ui
@@ -216,16 +216,6 @@ Drag points to change position, or double-click table cells to edit values.</str
216 <signal>rejected()</signal> 216 <signal>rejected()</signal>
217 <receiver>ConfigureTouchFromButton</receiver> 217 <receiver>ConfigureTouchFromButton</receiver>
218 <slot>reject()</slot> 218 <slot>reject()</slot>
219 <hints>
220 <hint type="sourcelabel">
221 <x>249</x>
222 <y>428</y>
223 </hint>
224 <hint type="destinationlabel">
225 <x>249</x>
226 <y>224</y>
227 </hint>
228 </hints>
229 </connection> 219 </connection>
230 </connections> 220 </connections>
231</ui> 221</ui>
diff --git a/src/yuzu/configuration/configure_touchscreen_advanced.ui b/src/yuzu/configuration/configure_touchscreen_advanced.ui
index 1171c2dd1..30ceccddb 100644
--- a/src/yuzu/configuration/configure_touchscreen_advanced.ui
+++ b/src/yuzu/configuration/configure_touchscreen_advanced.ui
@@ -168,32 +168,12 @@
168 <signal>accepted()</signal> 168 <signal>accepted()</signal>
169 <receiver>ConfigureTouchscreenAdvanced</receiver> 169 <receiver>ConfigureTouchscreenAdvanced</receiver>
170 <slot>accept()</slot> 170 <slot>accept()</slot>
171 <hints>
172 <hint type="sourcelabel">
173 <x>140</x>
174 <y>318</y>
175 </hint>
176 <hint type="destinationlabel">
177 <x>140</x>
178 <y>169</y>
179 </hint>
180 </hints>
181 </connection> 171 </connection>
182 <connection> 172 <connection>
183 <sender>buttonBox</sender> 173 <sender>buttonBox</sender>
184 <signal>rejected()</signal> 174 <signal>rejected()</signal>
185 <receiver>ConfigureTouchscreenAdvanced</receiver> 175 <receiver>ConfigureTouchscreenAdvanced</receiver>
186 <slot>reject()</slot> 176 <slot>reject()</slot>
187 <hints> 177 </connection>
188 <hint type="sourcelabel">
189 <x>140</x>
190 <y>318</y>
191 </hint>
192 <hint type="destinationlabel">
193 <x>140</x>
194 <y>169</y>
195 </hint>
196 </hints>
197 </connection>
198 </connections> 178 </connections>
199</ui> 179</ui>