更新
This commit is contained in:
@@ -3,16 +3,16 @@
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:controls="clr-namespace:WPFluent.Controls">
|
||||
<Style TargetType="{x:Type controls:FluentWindow}">
|
||||
<Setter Property="Background" Value="{DynamicResource WindowBackground}" />
|
||||
<Setter Property="BorderBrush" Value="{DynamicResource ClientBorderBrush}" />
|
||||
<Setter Property="Background" Value="{DynamicResource ApplicationBackgroundColorBrush}" />
|
||||
<Setter Property="BorderBrush" Value="{DynamicResource SurfaceStrokeColorDefaultBrush}" />
|
||||
<Setter Property="BorderThickness" Value="1" />
|
||||
<Setter Property="FontSize" Value="{DynamicResource ControlContentThemeFontSize}" />
|
||||
<Setter Property="FontWeight" Value="Normal" />
|
||||
<Setter Property="Foreground" Value="{DynamicResource WindowForeground}" />
|
||||
<Setter Property="Foreground" Value="{DynamicResource TextFillColorPrimaryBrush}" />
|
||||
<Setter Property="Height" Value="600" />
|
||||
<Setter Property="Margin" Value="0" />
|
||||
<Setter Property="MinHeight" Value="320" />
|
||||
<Setter Property="MinWidth" Value="460" />
|
||||
<Setter Property="MinWidth" Value="500" />
|
||||
<Setter Property="OverridesDefaultStyle" Value="True" />
|
||||
<Setter Property="Padding" Value="0" />
|
||||
<Setter Property="SnapsToDevicePixels" Value="True" />
|
||||
@@ -29,7 +29,7 @@
|
||||
</AdornerDecorator>-->
|
||||
<AdornerDecorator>
|
||||
<controls:ClientAreaBorder
|
||||
Background="{DynamicResource WindowBackground}"
|
||||
Background="{DynamicResource ApplicationBackgroundColorBrush}"
|
||||
BorderBrush="{TemplateBinding BorderBrush}"
|
||||
BorderThickness="{TemplateBinding BorderThickness}">
|
||||
<ContentPresenter x:Name="ContentPresenter" TextElement.Foreground="{TemplateBinding Foreground}" />
|
||||
|
||||
Reference in New Issue
Block a user