Sfoglia il codice sorgente

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

Evan Husted 1 anno fa
parent
commit
2ab806f759
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/Ryujinx/UI/Helpers/ContentDialogHelper.cs

+ 1 - 0
src/Ryujinx/UI/Helpers/ContentDialogHelper.cs

@@ -159,6 +159,7 @@ namespace Ryujinx.Ava.UI.Helpers
                 Symbol = (Symbol)symbol,
                 Margin = new Thickness(10),
                 FontSize = 40,
+                FlowDirection = FlowDirection.LeftToRight,
                 VerticalAlignment = VerticalAlignment.Center,
             };