Admin edit clean up

This commit is contained in:
2026-09-14 22:31:22 +02:00
parent 78a22d9c0e
commit 0a89009a93
2 changed files with 0 additions and 28 deletions
-14
View File
@@ -19,8 +19,6 @@
<RowDefinition Height="*"/>
</Grid.RowDefinitions>
<!-- Überschrift -->
<TextBlock Grid.Row="0"
Text="Benutzer bearbeiten"
FontSize="28"
@@ -28,8 +26,6 @@
HorizontalAlignment="Center"
Margin="0,0,0,25"/>
<!-- Name -->
<StackPanel Grid.Row="1"
Margin="0,5">
@@ -41,8 +37,6 @@
</StackPanel>
<!-- Alter -->
<StackPanel Grid.Row="2"
Margin="0,5">
@@ -54,8 +48,6 @@
</StackPanel>
<!-- Passwort -->
<StackPanel Grid.Row="3"
Margin="0,5">
@@ -71,8 +63,6 @@
</StackPanel>
<!-- Geld -->
<StackPanel Grid.Row="4"
Margin="0,5">
@@ -84,8 +74,6 @@
</StackPanel>
<!-- Rolle -->
<StackPanel Grid.Row="5"
Margin="0,5">
@@ -102,8 +90,6 @@
</StackPanel>
<!-- Buttons -->
<StackPanel Grid.Row="6"
Orientation="Horizontal"
HorizontalAlignment="Center"