整理控件库
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user