Last and Final Push
This commit is contained in:
parent
146aba1157
commit
d53257dcdc
@ -17,7 +17,7 @@
|
|||||||
<!-- 👤 Benutzername -->
|
<!-- 👤 Benutzername -->
|
||||||
<TextBlock Text="Benutzername" />
|
<TextBlock Text="Benutzername" />
|
||||||
<TextBox x:Name="UsernameBox"
|
<TextBox x:Name="UsernameBox"
|
||||||
Watermark="z. B. admin" />
|
Watermark="z.B. admin" />
|
||||||
|
|
||||||
<!-- 🔒 Passwort -->
|
<!-- 🔒 Passwort -->
|
||||||
<TextBlock Text="Passwort" />
|
<TextBlock Text="Passwort" />
|
||||||
|
|||||||
@ -32,10 +32,10 @@
|
|||||||
<StackPanel Orientation="Horizontal"
|
<StackPanel Orientation="Horizontal"
|
||||||
HorizontalAlignment="Center"
|
HorizontalAlignment="Center"
|
||||||
Spacing="10"
|
Spacing="10"
|
||||||
Margin="0,10,0,0">
|
Margin="0,10,10,0">
|
||||||
<Button Content="💾 Speichern"
|
<Button Content="💾 Speichern"
|
||||||
Click="SpeichernButton_Click"
|
Click="SpeichernButton_Click"
|
||||||
Width="100" />
|
Width="105" />
|
||||||
<Button Content="❌ Abbrechen"
|
<Button Content="❌ Abbrechen"
|
||||||
Click="AbbrechenButton_Click"
|
Click="AbbrechenButton_Click"
|
||||||
Width="100" />
|
Width="100" />
|
||||||
|
|||||||
@ -17,7 +17,7 @@ public partial class PasswortAendernDialog : Window
|
|||||||
private readonly User _user;
|
private readonly User _user;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Parameterloser Konstruktor für Avalonia (z. B. für Preview, AVLN:0005-Fix).
|
/// Parameterloser Konstruktor für Avalonia (z.B. für Preview, AVLN:0005-Fix).
|
||||||
/// ⚠ Wird nur für Entwicklungszwecke oder Design-Time genutzt.
|
/// ⚠ Wird nur für Entwicklungszwecke oder Design-Time genutzt.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public PasswortAendernDialog() : this(new User { Username = "DemoUser", Role = "Mitarbeiter" })
|
public PasswortAendernDialog() : this(new User { Username = "DemoUser", Role = "Mitarbeiter" })
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user