Create Tournament screen is wired up an is functioning
This commit is contained in:
@ -41,10 +41,20 @@
|
||||
<!--row 4-->
|
||||
<TextBlock Margin="5 0 10 10" Grid.Column="0" Grid.Row="4">Prize Percentage</TextBlock>
|
||||
<TextBox x:Name="PrizePercentage" Margin="0 0 5 10" Grid.Column="2" Grid.Row="4"></TextBox>
|
||||
<!--row 4-->
|
||||
<Button x:Name="CreatePrize" Grid.Column="0" Grid.Row="5" Grid.ColumnSpan="2" Padding="10" Margin="5 0 ">
|
||||
<!--row 5-->
|
||||
<StackPanel Orientation="Horizontal" Grid.Column="0"
|
||||
Grid.Row="5" Grid.ColumnSpan="2" Margin="5 0"
|
||||
HorizontalAlignment="Center">
|
||||
<Button x:Name="CreatePrize" Padding="10" Margin="0 0 5 0 ">
|
||||
Create Prize
|
||||
</Button>
|
||||
<Button x:Name="CancelCreation" Padding="10" Margin="5 0 " Background="Red" Foreground="White">
|
||||
Cancel Prize
|
||||
</Button>
|
||||
</StackPanel>
|
||||
<!--<Button x:Name="CreatePrize" Grid.Column="0" Grid.Row="5" Grid.ColumnSpan="2" Padding="10" Margin="5 0 ">
|
||||
Create Prize
|
||||
</Button>
|
||||
</Button>-->
|
||||
</Grid>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user