MailWindow: Allow user to change document date
All checks were successful
Test / Run tests (push) Successful in 1m55s
All checks were successful
Test / Run tests (push) Successful in 1m55s
This commit is contained in:
@ -94,9 +94,10 @@
|
||||
|
||||
<TextBox x:Name="PostalLocation" Grid.Column="1"
|
||||
Margin="10,30,10,10" Width="120" HorizontalAlignment="Left"/>
|
||||
<Label Margin="130,30,10,10" FontSize="14" Grid.Column="1">
|
||||
<TextBlock>, am <Run x:Name="PostalDate">01.01.2020</Run></TextBlock>
|
||||
</Label>
|
||||
<Label Content=", am" Margin="130,30,10,10" FontSize="14" Grid.Column="1"/>
|
||||
<TextBox x:Name="PostalDate" Grid.Column="1" Text="01.01.2020"
|
||||
Margin="162,30,10,10" Width="78" HorizontalAlignment="Left"
|
||||
TextChanged="Date_TextChanged" LostFocus="Date_LostFocus"/>
|
||||
|
||||
<GroupBox Header="Adressaten" Margin="10,70,10,47" Grid.Column="1">
|
||||
<Grid>
|
||||
|
Reference in New Issue
Block a user