Skip to content

Commit

Permalink
Removing trigger for ResizeBorderThickness as it's handled by ControlzEx
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Aug 28, 2017
1 parent 6b4d51b commit 7ea7a7c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions src/MahApps.Metro/MahApps.Metro/Themes/MetroWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -607,16 +607,6 @@
<Trigger Property="TitleAlignment" Value="Center">
<Setter Property="Template" Value="{StaticResource CenterWindowTemplateKey}" />
</Trigger>
<Trigger Property="WindowState"
Value="Maximized">
<Setter Property="Margin"
Value="0" />
<!--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
ResizeMode = NoResize-->
Expand Down
2 changes: 1 addition & 1 deletion src/paket.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ NUGET
xunit.extensions (1.9.2)
xunit (1.9.2)
remote: https://ci.appveyor.com/nuget/controlzex
ControlzEx (3.0.1-dev0050)
ControlzEx (3.0.1-dev0053)

0 comments on commit 7ea7a7c

Please sign in to comment.