fix(ui): inset main surface to keep content inside rounded frame

This commit is contained in:
Meik
2026-03-05 15:51:33 +01:00
parent 935f914bc5
commit f51c30cd81
2 changed files with 15 additions and 14 deletions

View File

@@ -355,7 +355,8 @@
<Grid x:Name="MainGrid"
Background="Transparent">
<Border x:Name="MainWindowSurface"
CornerRadius="20"
CornerRadius="19"
Margin="1"
BorderThickness="0"
Background="{DynamicResource backgroundColor}"
SnapsToDevicePixels="True"