AreaComAdminWindow: Add min height and width to window

This commit is contained in:
2023-11-30 01:32:57 +01:00
parent 08108f0c18
commit 47950afb67
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
xmlns:ctrl="clr-namespace:Elwig.Controls"
mc:Ignorable="d"
xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
Title="Flächenbindungen - Elwig" Height="500" Width="920" MinWidth="860"
Title="Flächenbindungen - Elwig" Height="500" MinHeight="440" Width="920" MinWidth="860"
Loaded="Window_Loaded">
<Window.Resources>
<Style TargetType="Label">