Align main window corner radius with content panel

This commit is contained in:
Meik
2026-03-05 15:26:55 +01:00
parent a7fc42b876
commit 0db4c1ed56
2 changed files with 4 additions and 3 deletions

View File

@@ -346,7 +346,7 @@
</Window.TaskbarItemInfo>
<shell:WindowChrome.WindowChrome>
<shell:WindowChrome CaptionHeight="72"
CornerRadius="18"
CornerRadius="20"
GlassFrameThickness="0"
ResizeBorderThickness="0"
UseAeroCaptionButtons="False" />
@@ -355,7 +355,7 @@
<Grid x:Name="MainGrid"
Background="{DynamicResource backgroundColor}">
<Border x:Name="MainWindowSurface"
CornerRadius="18"
CornerRadius="20"
BorderThickness="0"
Background="{DynamicResource backgroundColor}"
ClipToBounds="True">
@@ -997,7 +997,7 @@
</Grid>
</Border>
<Border x:Name="MainWindowOutline"
CornerRadius="18"
CornerRadius="20"
BorderThickness="1"
BorderBrush="{DynamicResource panelBorderColor}"
Background="Transparent"