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:
@ -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"
|
||||
|
Reference in New Issue
Block a user