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

@ -25,7 +25,8 @@
xmlns:ei="http://schemas.microsoft.com/expression/2010/interactions"
xmlns:settings="clr-namespace:Bovender.Mvvm.Views.Settings;assembly=Bovender"
xmlns:converter="clr-namespace:Bovender.Mvvm.Converters;assembly=Bovender"
SizeToContent="Height" Width="700"
SizeToContent="Height" Width="700" ShowInTaskbar="False"
WindowStyle="ToolWindow" Topmost="True" ResizeMode="CanResizeWithGrip"
x:Name="exceptionDetailView"
Title="Technische Fehlerdetails"
settings:WindowState.Save="True"