fix(layout): enforce 1px inner inset for rounded frame

This commit is contained in:
Meik
2026-03-05 16:54:03 +01:00
parent 0b4f5f3d70
commit d411f23fc4
3 changed files with 5 additions and 16 deletions

View File

@@ -361,7 +361,8 @@
Background="{DynamicResource backgroundColor}"
SnapsToDevicePixels="True"
ClipToBounds="True">
<Grid x:Name="MainWindowContentRoot">
<Grid x:Name="MainWindowContentRoot"
Margin="1">
<DockPanel x:Name="MainDock"
Background="{DynamicResource headerColor}">
<Grid DockPanel.Dock="Top"