Skip to content

Commit

Permalink
ResizeBorderThickness must also be set to 0 on maximize
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Aug 26, 2017
1 parent c900c5b commit ad16dc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MahApps.Metro/MahApps.Metro/Themes/MetroWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -614,6 +614,8 @@
<!--remove window border, so we can move the window from top monitor position-->
<Setter Property="BorderThickness"
Value="0" />
<Setter Property="ResizeBorderThickness"
Value="0" />
</Trigger>
<!-- #1823 try to fix another nasty issue
WindowState = Maximized
Expand Down

0 comments on commit ad16dc3

Please sign in to comment.