Implement highlighting for item comments.
This commit is contained in:
		@@ -36,8 +36,8 @@
 | 
			
		||||
               FontSize="16" FontWeight="Bold"
 | 
			
		||||
               Target="{Binding ElementName=ValueTextBox}" Padding="0" />
 | 
			
		||||
        <UniformGrid DockPanel.Dock="Bottom" HorizontalAlignment="Right" Columns="2" Rows="1" Margin="0 10 0 0">
 | 
			
		||||
            <Button Content="OK" Command="{Binding CloseViewCommand}" IsDefault="True" Margin="0 0 5 0" />
 | 
			
		||||
            <Button Content="Abbrechen" Command="{Binding CancelCommand}" IsCancel="True" Margin="5 0 0 0" />
 | 
			
		||||
            <Button Content="OK" Command="{Binding SaveCommand}" IsDefault="True" Margin="0 0 5 0" />
 | 
			
		||||
            <Button Content="Abbrechen" Command="{Binding CloseViewCommand}" IsCancel="True" Margin="5 0 0 0" />
 | 
			
		||||
        </UniformGrid>
 | 
			
		||||
        <DockPanel Margin="0 10 0 10">
 | 
			
		||||
            <TextBlock DockPanel.Dock="Left" Text="{Binding Prefix}" VerticalAlignment="Center" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user