mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 11:30:07 +00:00
yuzu: Fix stick UI direction order
This commit is contained in:
parent
a409d49bbd
commit
9a6bfc55f3
@ -472,7 +472,7 @@ Capture:</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<item row="0" column="0">
|
||||
<layout class="QVBoxLayout" name="buttonRStickLeftVerticalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="labelRStickLeft">
|
||||
@ -490,7 +490,7 @@ Capture:</string>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<item row="1" column="0">
|
||||
<layout class="QVBoxLayout" name="buttonRStickUpVerticalLayout">
|
||||
<item>
|
||||
<widget class="QLabel" name="labelRStickUp">
|
||||
|
Loading…
Reference in New Issue
Block a user