UI: Update FluentAvalonia.NoAnim to 2.4.0-build2, revert ColorPicker changes

This commit is contained in:
KeatonTheBot 2025-07-30 21:07:03 -05:00
parent 4c7a5a7261
commit c5540f9541
2 changed files with 13 additions and 8 deletions

View file

@ -82,22 +82,27 @@
Spacing="10"
Margin="0 24 0 0"
HorizontalAlignment="Right">
<ColorPicker
<ui:ColorPickerButton
FlyoutPlacement="Top"
IsMoreButtonVisible="False"
UseColorPalette="False"
UseColorTriangle="False"
UseColorWheel="False"
ShowAcceptDismissButtons="False"
IsAlphaEnabled="False"
Color="{Binding BackgroundColor, Mode=TwoWay}"
Name="ColorButton">
<ColorPicker.Styles>
<ui:ColorPickerButton.Styles>
<Style Selector="Grid#Root > DockPanel > Grid">
<Setter Property="IsVisible" Value="False" />
</Style>
</ColorPicker.Styles>
</ColorPicker>
</ui:ColorPickerButton.Styles>
</ui:ColorPickerButton>
<Button
Content="{locale:Locale AvatarChoose}"
Height="35"
Name="ChooseButton"
Click="ChooseButton_OnClick">
<TextBlock Text="{locale:Locale AvatarChoose}" />
</Button>
Click="ChooseButton_OnClick" />
</StackPanel>
</Grid>
</UserControl>