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