diff --git a/Apollon.WPF/Images/Scheibe.png b/Apollon.WPF/Images/Scheibe.png
deleted file mode 100644
index 528c07e..0000000
Binary files a/Apollon.WPF/Images/Scheibe.png and /dev/null differ
diff --git a/Apollon.WPF/MainWindow.xaml b/Apollon.WPF/MainWindow.xaml
index 782603e..3eb2f42 100644
--- a/Apollon.WPF/MainWindow.xaml
+++ b/Apollon.WPF/MainWindow.xaml
@@ -31,8 +31,8 @@
-
-
+
+
+ Style="{StaticResource ModalTextBlock}"/>
+
-
+ Text="Turniername: "
+ Style="{StaticResource ModalTextBlock}"/>
+
+
+
+ Text="Startdatum: "
+ Style="{StaticResource ModalTextBlock}"/>
+
+ Text="Enddatum: "
+ Style="{StaticResource ModalTextBlock}"/>
+
+ Text="Veranstaltungsort: "
+ Style="{StaticResource ModalTextBlock}"/>
+
+ Text="Durchgänge: "
+ Style="{StaticResource ModalTextBlock}"/>
+ Text="{Binding Organisation}"
+ FontFamily="Arial"
+ FontSize="16"
+ Height="30"
+ Background="LightGray"
+ VerticalContentAlignment="Center"/>
+
-
+ Grid.Column="1"
+ Text="{Binding TournamentName, UpdateSourceTrigger=PropertyChanged}"
+ FontFamily="Arial"
+ FontSize="16"
+ Height="30"
+ VerticalContentAlignment="Center"
+ Background="LightGray"/>
-
+
+
+
+
+
+
-
+
+
+
+
+
+ Grid.Column="1"
+ Text="{Binding Location}"
+ FontFamily="Arial"
+ FontSize="16"
+ Height="30"
+ VerticalContentAlignment="Center"
+ Background="LightGray"/>
+ Grid.Column="1"
+ Text="{Binding Rounds}"
+ FontFamily="Arial"
+ FontSize="16"
+ Height="30"
+ Width="50"
+ VerticalContentAlignment="Center"
+ HorizontalAlignment="Left"
+ Background="LightGray"/>
+
+ IsEnabled="{Binding CanSubmit}"/>
+
-
-
-
diff --git a/Apollon.WPF/Views/Components/AddEditDetails.xaml.cs b/Apollon.WPF/Views/Components/AddEditDetails.xaml.cs
index 8092b98..a3fb04e 100644
--- a/Apollon.WPF/Views/Components/AddEditDetails.xaml.cs
+++ b/Apollon.WPF/Views/Components/AddEditDetails.xaml.cs
@@ -22,7 +22,8 @@ namespace Apollon.WPF.Views.Components
{
public AddEditDetails()
{
- InitializeComponent();
- }
+ InitializeComponent();
+
+ }
}
}
diff --git a/Apollon.WPF/Views/Components/OverViewListing.xaml b/Apollon.WPF/Views/Components/OverViewListing.xaml
index 5f0ef5e..14cd2b3 100644
--- a/Apollon.WPF/Views/Components/OverViewListing.xaml
+++ b/Apollon.WPF/Views/Components/OverViewListing.xaml
@@ -19,7 +19,7 @@
BorderBrush="Transparent"
Padding="5"
ItemsSource="{Binding OverviewListingItemViewModels}"
- SelectedItem="{Binding SelectedOverviewListingItemViewModel}">
+ SelectedItem="{Binding SelectedOverviewListingItemViewModel}" >
-
-
+
-
-
+
+
diff --git a/Apollon.WPF/Views/OverviewView.xaml b/Apollon.WPF/Views/OverviewView.xaml
index 384b68b..af7b25e 100644
--- a/Apollon.WPF/Views/OverviewView.xaml
+++ b/Apollon.WPF/Views/OverviewView.xaml
@@ -57,7 +57,7 @@
+ VerticalAlignment="Stretch">