Skip to content
Snippets Groups Projects
Commit 9a6bfc55 authored by fearlessTobi's avatar fearlessTobi
Browse files

yuzu: Fix stick UI direction order

parent a409d49b
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment