diff options
| author | Isaac Marovitz <42140194+IsaacMarovitz@users.noreply.github.com> | 2024-01-13 00:42:42 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-13 01:42:42 +0100 |
| commit | 1a45dc8df882e58e4280849541e4f3be94f0edb9 (patch) | |
| tree | 6019d8398e4b45972d022875a31aa32af6acb6b2 /src/Ryujinx.Ava/UI/Views/Input/ControllerInputView.axaml | |
| parent | f037fcba9a5713e68cadbbf8a823913943ac2626 (diff) | |
Ava UI: RTL Language Support (#5619)
* Add Hebrew locale files to ItemGroups
* Align all windows RTL for testing
This should be controlled with a binding that selects the appropriate layout based on current language
* Update FlowDirection as Locale changes
* Fix Settings NavigationViewItem FlowDirection
* Fix remaining text
* Fix input menu directionality
* Fix RTL not rendering
* Fix rebase errors
Diffstat (limited to 'src/Ryujinx.Ava/UI/Views/Input/ControllerInputView.axaml')
| -rw-r--r-- | src/Ryujinx.Ava/UI/Views/Input/ControllerInputView.axaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Ryujinx.Ava/UI/Views/Input/ControllerInputView.axaml b/src/Ryujinx.Ava/UI/Views/Input/ControllerInputView.axaml index d636873a..99f2b6b6 100644 --- a/src/Ryujinx.Ava/UI/Views/Input/ControllerInputView.axaml +++ b/src/Ryujinx.Ava/UI/Views/Input/ControllerInputView.axaml @@ -101,7 +101,7 @@ HorizontalAlignment="Stretch" VerticalAlignment="Center" SelectedIndex="0" - ItemsSource="{Binding ProfilesList}" + ItemsSource="{Binding ProfilesList}" Text="{Binding ProfileName, Mode=TwoWay}" /> <Button Grid.Column="2" @@ -218,6 +218,7 @@ <Grid Name="SettingButtons" MinHeight="450" + FlowDirection="LeftToRight" IsVisible="{Binding ShowSettings}"> <Grid.ColumnDefinitions> <ColumnDefinition Width="Auto" /> |
