UI: [ci skip] Fix ContentDialog symbols being backwards for right-to-left languages

This commit is contained in:
Evan Husted
2025-02-05 01:29:39 -06:00
committed by KeatonTheBot
parent 20699c8edd
commit a5e8c8ebad
@@ -159,6 +159,7 @@ namespace Ryujinx.Ava.UI.Helpers
Symbol = (Symbol)symbol,
Margin = new Thickness(10),
FontSize = 40,
FlowDirection = FlowDirection.LeftToRight,
VerticalAlignment = VerticalAlignment.Center,
};