diff --git a/Elwig/App.xaml b/Elwig/App.xaml
index fb1d62a..5aa2aa1 100644
--- a/Elwig/App.xaml
+++ b/Elwig/App.xaml
@@ -60,6 +60,12 @@
+
+
+
+
+
+
diff --git a/Elwig/Models/WineAttr.cs b/Elwig/Models/WineAttr.cs
index dfe8bea..7074ca0 100644
--- a/Elwig/Models/WineAttr.cs
+++ b/Elwig/Models/WineAttr.cs
@@ -15,5 +15,8 @@ namespace Elwig.Models {
[Column("active")]
public bool IsActive { get; set; }
+ public override string ToString() {
+ return Name;
+ }
}
}
diff --git a/Elwig/Windows/AreaComAdminWindow.xaml b/Elwig/Windows/AreaComAdminWindow.xaml
index 96ec0d5..6a97464 100644
--- a/Elwig/Windows/AreaComAdminWindow.xaml
+++ b/Elwig/Windows/AreaComAdminWindow.xaml
@@ -5,7 +5,8 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:Elwig.Windows"
mc:Ignorable="d"
- Title="Flächenbindugen - Elwig" Height="500" Width="950"
+ xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit"
+ Title="Flächenbindugen - Elwig" Height="480" Width="745"
Loaded="Window_Loaded">
+