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/User/UserProfileImageSelectorView.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/User/UserProfileImageSelectorView.axaml')
| -rw-r--r-- | src/Ryujinx.Ava/UI/Views/User/UserProfileImageSelectorView.axaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.Ava/UI/Views/User/UserProfileImageSelectorView.axaml b/src/Ryujinx.Ava/UI/Views/User/UserProfileImageSelectorView.axaml index 65fbd443..b1786430 100644 --- a/src/Ryujinx.Ava/UI/Views/User/UserProfileImageSelectorView.axaml +++ b/src/Ryujinx.Ava/UI/Views/User/UserProfileImageSelectorView.axaml @@ -27,7 +27,7 @@ Grid.Row="0" TextWrapping="Wrap" HorizontalAlignment="Left" - TextAlignment="Left" + TextAlignment="Start" Text="{locale:Locale ProfileImageSelectionNote}" /> <StackPanel Grid.Row="2" @@ -59,4 +59,4 @@ </Button> </StackPanel> </Grid> -</UserControl>
\ No newline at end of file +</UserControl> |
