UI: Update Avalonia to 11.2.8, FluentAvalonia to 2.3.0

* FluentAvalonia: Disabled NavigationView selection indicator animations due to bugged implementation in 2.1.0+, restoring previous behavior

* Avalonia: Fixed text on certain buttons being larger than normal

* Avalonia: Fixed ComboBox code inserting extra space to the left of selected items
This commit is contained in:
KeatonTheBot
2025-04-27 20:01:53 -05:00
parent bf618dc0b3
commit 01f037ae83
12 changed files with 220 additions and 295 deletions
@@ -38,14 +38,16 @@
<ComboBoxItem>
<Label
VerticalAlignment="Center"
HorizontalContentAlignment="Left"
Content="{locale:Locale Name}" />
HorizontalContentAlignment="Left">
<TextBlock Text="{locale:Locale Name}" />
</Label>
</ComboBoxItem>
<ComboBoxItem>
<Label
VerticalAlignment="Center"
HorizontalContentAlignment="Left"
Content="{locale:Locale Size}" />
HorizontalContentAlignment="Left">
<TextBlock Text="{locale:Locale Size}" />
</Label>
</ComboBoxItem>
<ComboBox.Styles>
<Style Selector="ContentControl#ContentPresenter">
@@ -57,14 +59,16 @@
<ComboBoxItem>
<Label
VerticalAlignment="Center"
HorizontalContentAlignment="Left"
Content="{locale:Locale OrderAscending}" />
HorizontalContentAlignment="Left">
<TextBlock Text="{locale:Locale OrderAscending}" />
</Label>
</ComboBoxItem>
<ComboBoxItem>
<Label
VerticalAlignment="Center"
HorizontalContentAlignment="Left"
Content="{locale:Locale OrderDescending}" />
HorizontalContentAlignment="Left">
<TextBlock Text="{locale:Locale OrderDescending}" />
</Label>
</ComboBoxItem>
<ComboBox.Styles>
<Style Selector="ContentControl#ContentPresenter">