diff options
| author | 2020-04-08 11:22:56 -0400 | |
|---|---|---|
| committer | 2020-04-08 11:22:56 -0400 | |
| commit | 449255675d7e19f2890ef00b3b1493e97a17cf9b (patch) | |
| tree | e63da6863d0e186e153e0b7c08edc4e1f86fcb99 | |
| parent | Merge pull request #3572 from FearlessTobi/port-5127 (diff) | |
| parent | Place SL and SR in the right most column. (diff) | |
| download | yuzu-449255675d7e19f2890ef00b3b1493e97a17cf9b.tar.gz yuzu-449255675d7e19f2890ef00b3b1493e97a17cf9b.tar.xz yuzu-449255675d7e19f2890ef00b3b1493e97a17cf9b.zip | |
Merge pull request #3624 from Kewlan/fix-sl-sr-position
configuration: Fix placement of SL and SR
Diffstat (limited to '')
| -rw-r--r-- | src/yuzu/configuration/configure_input_player.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/configuration/configure_input_player.ui b/src/yuzu/configuration/configure_input_player.ui index c3a1b68f0..4b37746a1 100644 --- a/src/yuzu/configuration/configure_input_player.ui +++ b/src/yuzu/configuration/configure_input_player.ui | |||
| @@ -927,7 +927,7 @@ | |||
| 927 | </item> | 927 | </item> |
| 928 | </layout> | 928 | </layout> |
| 929 | </item> | 929 | </item> |
| 930 | <item row="2" column="0"> | 930 | <item row="0" column="2"> |
| 931 | <layout class="QVBoxLayout" name="buttonShoulderButtonsSLVerticalLayout"> | 931 | <layout class="QVBoxLayout" name="buttonShoulderButtonsSLVerticalLayout"> |
| 932 | <item> | 932 | <item> |
| 933 | <layout class="QHBoxLayout" name="buttonShoulderButtonsSLHorizontalLayout"> | 933 | <layout class="QHBoxLayout" name="buttonShoulderButtonsSLHorizontalLayout"> |
| @@ -949,7 +949,7 @@ | |||
| 949 | </item> | 949 | </item> |
| 950 | </layout> | 950 | </layout> |
| 951 | </item> | 951 | </item> |
| 952 | <item row="2" column="1"> | 952 | <item row="1" column="2"> |
| 953 | <layout class="QVBoxLayout" name="buttonShoulderButtonsSRVerticalLayout"> | 953 | <layout class="QVBoxLayout" name="buttonShoulderButtonsSRVerticalLayout"> |
| 954 | <item> | 954 | <item> |
| 955 | <layout class="QHBoxLayout" name="buttonShoulderButtonsSRHorizontalLayout"> | 955 | <layout class="QHBoxLayout" name="buttonShoulderButtonsSRHorizontalLayout"> |