Fix filling in comments.

- VERBESSERT: Fehler bei der Kommentaraufforderung wurden behoben.
This commit is contained in:
Daniel Kraus
2015-09-07 21:17:27 +02:00
parent 3ce046a238
commit 2f60c2c5d1
5 changed files with 42 additions and 3 deletions

View File

@ -42,7 +42,7 @@
<DockPanel Margin="0 10 0 10">
<TextBlock DockPanel.Dock="Left" Text="{Binding Prefix}" VerticalAlignment="Center" />
<TextBlock DockPanel.Dock="Right" Text="{Binding Suffix}" VerticalAlignment="Center" />
<TextBox Text="{Binding Value,Mode=TwoWay,UpdateSourceTrigger=LostFocus}"
<TextBox Text="{Binding Value,Mode=TwoWay,UpdateSourceTrigger=PropertyChanged}"
MinWidth="120" MaxWidth="240" VerticalAlignment="Center"
x:Name="ValueTextBox" Margin="5 0 5 0" />
</DockPanel>