Money Anzeigen
This commit is contained in:
+4
-2
@@ -5,7 +5,7 @@
|
||||
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
|
||||
xmlns:local="clr-namespace:Casino"
|
||||
mc:Ignorable="d"
|
||||
Title="Slots" Height="1080" Width="1920"
|
||||
Title="Slots" Height="1080" Width="1800"
|
||||
WindowState="Maximized"
|
||||
WindowStyle="None"
|
||||
Background="Transparent">
|
||||
@@ -60,7 +60,9 @@
|
||||
<Image Grid.Column="9" Grid.Row="3" x:Name="Bild_35"/>
|
||||
<Image Grid.Column="11" Grid.Row="3" x:Name="Bild_36"/>
|
||||
|
||||
<Button Content="Spin" HorizontalAlignment="Center" Grid.Row="4" Grid.Column="1" Height="40" Width="79" Click="Spin"/>
|
||||
<Button Content="Spin" HorizontalAlignment="Center" Grid.Row="4" Grid.Column="0" Height="50" Width="100" Click="Spin" Margin="0,100,0,0" Background="DarkRed" Foreground="Silver"/>
|
||||
<Button Grid.Row="0" Content="Hauptmenü" HorizontalAlignment="Center" Click="Hauptmenue" Width="100" Height="50"/>
|
||||
<TextBlock x:Name="Konto" Grid.Column="12" Grid.Row="4" Height="30" Width="100" Margin="0,100,0,0" Background="DarkRed" Foreground="Silver" TextAlignment="Right" FontSize="25"/>
|
||||
|
||||
|
||||
</Grid>
|
||||
|
||||
Reference in New Issue
Block a user