preparationview
This commit is contained in:
@@ -307,8 +307,7 @@
|
||||
Height="35"
|
||||
Width="150"
|
||||
Margin="10"
|
||||
Cursor="Hand"
|
||||
Command="{Binding NavigateNavBarCommand}">
|
||||
Cursor="Hand">
|
||||
<Button.Style>
|
||||
<Style TargetType="Button" BasedOn="{StaticResource ModernButton}">
|
||||
<Setter Property="Visibility" Value="Hidden"/>
|
||||
@@ -326,8 +325,7 @@
|
||||
Height="35"
|
||||
Width="150"
|
||||
Margin="10"
|
||||
Cursor="Hand"
|
||||
Command="{Binding NavigateNavBarCommand}">
|
||||
Cursor="Hand">
|
||||
<Button.Style>
|
||||
<Style TargetType="Button" BasedOn="{StaticResource ModernButton}">
|
||||
<Setter Property="Visibility" Value="Hidden"/>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<UserControl x:Class="Apollon.WPF.Views.TournamentDetailsView"
|
||||
<UserControl x:Class="Apollon.WPF.Views.PreparationView"
|
||||
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
@@ -34,7 +34,7 @@
|
||||
Foreground="#0000a0"/>
|
||||
</Button>
|
||||
|
||||
<components:TournamentDetails Grid.Column="1" Margin="0,35,0,10" HorizontalAlignment="Center"/>
|
||||
<components:TournamentDetails Grid.Column="1" Margin="0,35,0,10" HorizontalAlignment="Center" DataContext="{Binding TournamentDetailsViewModel}"/>
|
||||
<components:NavBarView Grid.Row="1" Margin="0 ,0 ,2, 30"/>
|
||||
</Grid>
|
||||
</UserControl>
|
||||
@@ -18,9 +18,9 @@ namespace Apollon.WPF.Views
|
||||
/// <summary>
|
||||
/// Interaction logic for TournamentDetailsView.xaml
|
||||
/// </summary>
|
||||
public partial class TournamentDetailsView : UserControl
|
||||
public partial class PreparationView : UserControl
|
||||
{
|
||||
public TournamentDetailsView()
|
||||
public PreparationView()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
Reference in New Issue
Block a user