mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2025-12-13 22:37:07 +00:00
UI: [ci skip] Fix ContentDialog symbols being backwards for right-to-left languages
This commit is contained in:
parent
20699c8edd
commit
a5e8c8ebad
1 changed files with 1 additions and 0 deletions
|
|
@ -159,6 +159,7 @@ namespace Ryujinx.Ava.UI.Helpers
|
||||||
Symbol = (Symbol)symbol,
|
Symbol = (Symbol)symbol,
|
||||||
Margin = new Thickness(10),
|
Margin = new Thickness(10),
|
||||||
FontSize = 40,
|
FontSize = 40,
|
||||||
|
FlowDirection = FlowDirection.LeftToRight,
|
||||||
VerticalAlignment = VerticalAlignment.Center,
|
VerticalAlignment = VerticalAlignment.Center,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue