feat: use full decoration.

This commit is contained in:
rabbitism
2024-06-27 12:01:59 +08:00
parent 22d76c5581
commit c6231c5675

View File

@@ -9,9 +9,9 @@
<Setter Property="Foreground" Value="{DynamicResource WindowDefaultForeground}" />
<Setter Property="FontSize" Value="{DynamicResource DefaultFontSize}" />
<Setter Property="FontFamily" Value="{DynamicResource DefaultFontFamily}" />
<Setter Property="ExtendClientAreaTitleBarHeightHint" Value="0" />
<Setter Property="ExtendClientAreaTitleBarHeightHint" Value="-1" />
<Setter Property="ExtendClientAreaToDecorationsHint" Value="True" />
<Setter Property="SystemDecorations" Value="BorderOnly" />
<Setter Property="SystemDecorations" Value="Full" />
<Setter Property="Template">
<ControlTemplate TargetType="u:UrsaWindow">
<Panel>