diff --git a/zaaReloaded2/Views/ElementView.xaml b/zaaReloaded2/Views/ElementView.xaml index 3212ec7..4117257 100755 --- a/zaaReloaded2/Views/ElementView.xaml +++ b/zaaReloaded2/Views/ElementView.xaml @@ -21,22 +21,23 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:b="clr-namespace:Bovender.Mvvm.Views.Settings;assembly=Bovender" - SizeToContent="WidthAndHeight" ResizeMode="CanResizeWithGrip" ShowInTaskbar="False" + ResizeMode="CanResizeWithGrip" ShowInTaskbar="False" WindowStyle="ToolWindow" Topmost="True" + Width="280" Height="180" MinWidth="280" MinHeight="180" b:WindowState.CenterScreen="True" b:WindowState.Save="True" Title="Element bearbeiten" > - -