clean up
This commit is contained in:
BIN
Apollon.WPF/Images/3D.png
Normal file
BIN
Apollon.WPF/Images/3D.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
@@ -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"));
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
TextWrapping="WrapWithOverflow">
|
TextWrapping="WrapWithOverflow">
|
||||||
<TextBlock.Style>
|
<TextBlock.Style>
|
||||||
<Style TargetType="TextBlock">
|
<Style TargetType="TextBlock">
|
||||||
<Setter Property="Visibility" Value="Hidden"/>
|
<Setter Property="Visibility" Value="Hidden"/>
|
||||||
<Style.Triggers>
|
<Style.Triggers>
|
||||||
<DataTrigger Binding="{Binding HasSelectedTournament}" Value="false">
|
<DataTrigger Binding="{Binding HasSelectedTournament}" Value="false">
|
||||||
<Setter Property="Visibility" Value="Visible"/>
|
<Setter Property="Visibility" Value="Visible"/>
|
||||||
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user