Button größe ändern

This commit is contained in:
2026-09-09 10:13:15 +02:00
parent 062f03e468
commit 3f4565076a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -30,10 +30,10 @@
<RowDefinition Height="200"></RowDefinition>
</Grid.RowDefinitions>
<Image Grid.Column="5" Grid.Row="1" x:Name="Dealer_Bild_1"/>
<Image Grid.Column="7" Grid.Row="1" x:Name="Dealer_Bild_2"/>
<Button Grid.Column="0" Grid.Row="0" Content="Hauptmenü" HorizontalAlignment="Left" Click="Hauptmenue"/>
<Button Grid.Row="0" Content="Hauptmenü" HorizontalAlignment="Center" Click="Hauptmenue" Width="100"/>
</Grid>
</Window>