keys returned to their place, minor fixes, local ones added

This commit is contained in:
Vova
2025-02-06 22:51:08 +10:00
parent 5dc7fb4495
commit fe94224d01
5 changed files with 33 additions and 7 deletions

View File

@@ -7,6 +7,7 @@
xmlns:helpers="clr-namespace:Ryujinx.Ava.UI.Helpers"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:ui="clr-namespace:FluentAvalonia.UI.Controls;assembly=FluentAvalonia"
xmlns:ext="clr-namespace:Ryujinx.Ava.Common.Markup"
d:DesignHeight="450"
d:DesignWidth="800"
Focusable="True"
@@ -80,7 +81,7 @@
TextWrapping="Wrap" />
<TextBlock
IsVisible="{Binding UserConfig}"
Text="User Config"
Text="{ext:Locale UserConfigurationHeader}"
TextAlignment="Center"
TextWrapping="Wrap"
Foreground="{DynamicResource Warning}" />
@@ -109,7 +110,7 @@
<TextBlock
HorizontalAlignment="Center"
VerticalAlignment="Center"
Text="User Config"
Text="{ext:Locale UserConfigurationHeader}"
TextAlignment="Center"
TextWrapping="Wrap" />
</Border>