Browse Source
Merge pull request #3624 from Kewlan/fix-sl-sr-position
configuration: Fix placement of SL and SR
pull/15/merge
bunnei
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/yuzu/configuration/configure_input_player.ui
|
|
|
@ -927,7 +927,7 @@ |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item row="2" column="0"> |
|
|
|
<item row="0" column="2"> |
|
|
|
<layout class="QVBoxLayout" name="buttonShoulderButtonsSLVerticalLayout"> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="buttonShoulderButtonsSLHorizontalLayout"> |
|
|
|
@ -949,7 +949,7 @@ |
|
|
|
</item> |
|
|
|
</layout> |
|
|
|
</item> |
|
|
|
<item row="2" column="1"> |
|
|
|
<item row="1" column="2"> |
|
|
|
<layout class="QVBoxLayout" name="buttonShoulderButtonsSRVerticalLayout"> |
|
|
|
<item> |
|
|
|
<layout class="QHBoxLayout" name="buttonShoulderButtonsSRHorizontalLayout"> |
|
|
|
|