Fix views.

Needed to set all WindowStyles to ToolWindow and make the windows
topmost because Word and WPF do not play together all too well.
This commit is contained in:
Daniel Kraus
2015-08-12 10:04:59 +02:00
parent 03a62ddf5a
commit 1afa9bb14f
7 changed files with 17 additions and 12 deletions

View File

@ -23,7 +23,7 @@
xmlns:b="clr-namespace:Bovender.Mvvm.Views.Settings;assembly=Bovender"
xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity"
xmlns:action="clr-namespace:Bovender.Mvvm.Actions;assembly=Bovender"
Width="340" Height="370"
Width="340" Height="370" Topmost="True"
MinWidth="360" MinHeight="370" WindowStyle="ToolWindow"
ResizeMode="CanResizeWithGrip" ShowInTaskbar="False"
b:WindowState.CenterScreen="True" b:WindowState.Save="True"