Simplify Window management (#671)

This commit is contained in:
Jeffrey
2026-06-24 14:40:48 +02:00
committed by GitHub
parent 5ebc50d36a
commit 693b805114
3 changed files with 4 additions and 145 deletions

View File

@@ -7,8 +7,8 @@
SnapsToDevicePixels="True"
WindowStartupLocation="CenterScreen"
WindowStyle="None"
AllowsTransparency="True"
Background="Transparent"
AllowsTransparency="False"
Background="{DynamicResource AppBorderColor}"
Foreground="{DynamicResource AppFgColor}">
<shell:WindowChrome.WindowChrome>
<shell:WindowChrome ResizeBorderThickness="5"