Skip to content

Commit

Permalink
Increase window resizable area on Windows #1413
Browse files Browse the repository at this point in the history
  • Loading branch information
veler committed Oct 20, 2024
1 parent 87dc5ca commit 6333f21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@
<ControlTemplate TargetType="{x:Type controls:MicaWindowWithOverlay}">
<Border
x:Name="WindowBorder"
BorderThickness="2"
BorderThickness="3"
CornerRadius="0">
<Grid Margin="-1">
<Grid Margin="1">
<AdornerDecorator>
<Grid Margin="{TemplateBinding MarginMaximized}">
<Border
Expand Down

0 comments on commit 6333f21

Please sign in to comment.