整理控件库

This commit is contained in:
GG Z
2025-05-05 17:04:06 +08:00
parent 74532b77be
commit 3eaad7566e
283 changed files with 2156 additions and 17846 deletions

View File

@@ -56,7 +56,7 @@
<!--#region Converters-->
<ui:BooleanToVisConverter x:Key="BooleanToVisConverter" />
<ui:InvertBooleanConverter x:Key="InvertBooleanConverter" />
<ui:ColorToBrushConverter x:Key="ColorToBrushConverter" />
<converters:ColorToBrushConverter x:Key="ColorToBrushConverter" />
<converters:ComparisonConverter x:Key="ComparisonConverter" />
<!--#endregion-->
@@ -69,8 +69,8 @@
<Setter Property="HorizontalContentAlignment" Value="Left" />
</Style>
<Style BasedOn="{StaticResource DefaultFluentWindowExStyle}" TargetType="ui:FluentWindowEx">
<Setter Property="ui:Design.Background" Value="{DynamicResource WindowBackground}" />
<Setter Property="ui:Design.Foreground" Value="{DynamicResource WindowForeground}" />
<!-- <Setter Property="ui:Design.Background" Value="{DynamicResource WindowBackground}" /> -->
<!-- <Setter Property="ui:Design.Foreground" Value="{DynamicResource WindowForeground}" /> -->
<Setter Property="FontFamily" Value="{StaticResource SourceHanSansSC}" />
<Setter Property="SizeToContent" Value="Height" />
<Setter Property="ShowInTaskbar" Value="False" />