This commit is contained in:
Natlinux81
2022-09-10 22:48:41 +02:00
parent 62d3863df6
commit 38a5d57b25
3 changed files with 7 additions and 3 deletions

BIN
Apollon.WPF/Images/3D.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

View File

@@ -51,7 +51,10 @@ namespace Apollon.WPF.Views.Components
{ {
CompetitionImage.Source = new BitmapImage(new Uri("D:\\Projekte\\Apollon\\Apollon\\Apollon.WPF\\Images\\TargetOutdoor.png")); CompetitionImage.Source = new BitmapImage(new Uri("D:\\Projekte\\Apollon\\Apollon\\Apollon.WPF\\Images\\TargetOutdoor.png"));
} }
if (ComboBox.SelectedIndex == 3)
{
CompetitionImage.Source = new BitmapImage(new Uri("D:\\Projekte\\Apollon\\Apollon\\Apollon.WPF\\Images\\3D.png"));
}
} }
} }

View File

@@ -13,7 +13,7 @@
CornerRadius="10"> CornerRadius="10">
</Border> </Border>
<TextBlock Text="klicke auf neues Turnier vorbereiten oder wähle ein vorhandenes Turnier um es zu bearbeiten!" <TextBlock
TextAlignment="Center" TextAlignment="Center"
VerticalAlignment="Center" VerticalAlignment="Center"
FontFamily="Arial" FontFamily="Arial"
@@ -32,6 +32,7 @@
</Style.Triggers> </Style.Triggers>
</Style> </Style>
</TextBlock.Style> </TextBlock.Style>
klicke auf <LineBreak/> Neues Turnier vorbereiten <LineBreak/><LineBreak/> oder wähle ein vorhandenes Turnier aus um es zu bearbeiten!
</TextBlock> </TextBlock>
<StackPanel> <StackPanel>
<TextBlock Text="{Binding TournamentName}" <TextBlock Text="{Binding TournamentName}"