style<Window>: remove Brush.WindowBorder and use Brush.Border0 instead

This commit is contained in:
leo 2021-08-16 09:14:19 +08:00
parent ce3f883123
commit c1a4ecee46
3 changed files with 1 additions and 5 deletions

View file

@ -8,7 +8,7 @@
<Setter Property="UseLayoutRounding" Value="True"/>
<Setter Property="Background" Value="{DynamicResource Brush.Window}"/>
<Setter Property="BorderThickness" Value="1"/>
<Setter Property="BorderBrush" Value="{DynamicResource Brush.WindowBorder}"/>
<Setter Property="BorderBrush" Value="{DynamicResource Brush.Border0}"/>
<Setter Property="TextOptions.TextFormattingMode" Value="Display"/>
<Setter Property="TextOptions.TextHintingMode" Value="Animated"/>
<Setter Property="TextOptions.TextRenderingMode" Value="ClearType"/>