We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dc5ca commit 6333f21Copy full SHA for 6333f21
src/app/dev/platforms/desktop/DevToys.Windows/Controls/MicaWindowWithOverlay.xaml
@@ -93,9 +93,9 @@
93
<ControlTemplate TargetType="{x:Type controls:MicaWindowWithOverlay}">
94
<Border
95
x:Name="WindowBorder"
96
- BorderThickness="2"
+ BorderThickness="3"
97
CornerRadius="0">
98
- <Grid Margin="-1">
+ <Grid Margin="1">
99
<AdornerDecorator>
100
<Grid Margin="{TemplateBinding MarginMaximized}">
101
0 commit comments