fix(layout): enforce 1px inner inset for rounded frame
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user