clean up AddCommand EditCommand

This commit is contained in:
Natlinux81
2022-08-15 15:17:05 +02:00
parent a694685181
commit 7c5551d619
9 changed files with 44 additions and 15 deletions

View File

@@ -18,7 +18,7 @@
Background="Transparent"
BorderBrush="Transparent"
Padding="20"
ItemsSource="{Binding ApollonOverviewListingItemViewModels}"
ItemsSource="{Binding OverviewListingItemViewModels}"
SelectedItem="{Binding SelectedOverviewListingItemViewModel}">
<ListView.ItemContainerStyle>
<Style TargetType="ListViewItem">

View File

@@ -7,7 +7,7 @@
xmlns:components="clr-namespace:Apollon.WPF.Views.Components"
mc:Ignorable="d">
<Grid>
<TextBlock Text="Turniers Bearbeiten"
<TextBlock Text="Turniers bearbeiten"
TextAlignment="Center"
FontFamily="Arial"
FontWeight="Bold"

View File

@@ -112,7 +112,8 @@
Height="40"
Width="210"
Margin="40"
Cursor="Hand"/>
Cursor="Hand"
Command="{Binding EditTournamentCommand}"/>
</StackPanel>
</Grid>