diff options
| author | 2018-08-27 19:16:23 -0400 | |
|---|---|---|
| committer | 2018-08-27 19:16:23 -0400 | |
| commit | b4ac8218d0e84dca846182d57f01ae158c3c4837 (patch) | |
| tree | c29c663b3ca3c82fc1fe1e78c3d5961e6c9fa7ef /src | |
| parent | Merge pull request #1177 from lioncash/err (diff) | |
| parent | yuzu: Fix stick UI direction order (diff) | |
| download | yuzu-b4ac8218d0e84dca846182d57f01ae158c3c4837.tar.gz yuzu-b4ac8218d0e84dca846182d57f01ae158c3c4837.tar.xz yuzu-b4ac8218d0e84dca846182d57f01ae158c3c4837.zip | |
Merge pull request #1189 from FearlessTobi/fix-stick-directions
yuzu: Fix input UI direction order for the right stick
Diffstat (limited to 'src')
| -rw-r--r-- | src/yuzu/configuration/configure_input.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_input.ui b/src/yuzu/configuration/configure_input.ui index 8b9c44b8b..8bfa5df62 100644 --- a/src/yuzu/configuration/configure_input.ui +++ b/src/yuzu/configuration/configure_input.ui | |||
| @@ -472,7 +472,7 @@ Capture:</string> | |||
| 472 | </property> | 472 | </property> |
| 473 | </widget> | 473 | </widget> |
| 474 | </item> | 474 | </item> |
| 475 | <item row="1" column="0"> | 475 | <item row="0" column="0"> |
| 476 | <layout class="QVBoxLayout" name="buttonRStickLeftVerticalLayout"> | 476 | <layout class="QVBoxLayout" name="buttonRStickLeftVerticalLayout"> |
| 477 | <item> | 477 | <item> |
| 478 | <widget class="QLabel" name="labelRStickLeft"> | 478 | <widget class="QLabel" name="labelRStickLeft"> |
| @@ -490,7 +490,7 @@ Capture:</string> | |||
| 490 | </item> | 490 | </item> |
| 491 | </layout> | 491 | </layout> |
| 492 | </item> | 492 | </item> |
| 493 | <item row="0" column="0"> | 493 | <item row="1" column="0"> |
| 494 | <layout class="QVBoxLayout" name="buttonRStickUpVerticalLayout"> | 494 | <layout class="QVBoxLayout" name="buttonRStickUpVerticalLayout"> |
| 495 | <item> | 495 | <item> |
| 496 | <widget class="QLabel" name="labelRStickUp"> | 496 | <widget class="QLabel" name="labelRStickUp"> |