mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-25 06:40:04 +02:00
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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user