Skip to content

Commit 6333f21

Browse files
committed
Increase window resizable area on Windows #1413
1 parent 87dc5ca commit 6333f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/dev/platforms/desktop/DevToys.Windows/Controls/MicaWindowWithOverlay.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
<ControlTemplate TargetType="{x:Type controls:MicaWindowWithOverlay}">
9494
<Border
9595
x:Name="WindowBorder"
96-
BorderThickness="2"
96+
BorderThickness="3"
9797
CornerRadius="0">
98-
<Grid Margin="-1">
98+
<Grid Margin="1">
9999
<AdornerDecorator>
100100
<Grid Margin="{TemplateBinding MarginMaximized}">
101101
<Border

0 commit comments

Comments
 (0)