Fix filling in comments.
- VERBESSERT: Fehler bei der Kommentaraufforderung wurden behoben.
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user