|
|
|
@ -8,6 +8,13 @@
@@ -8,6 +8,13 @@
|
|
|
|
|
<Image Source="Images/Error.png" |
|
|
|
|
Stretch="None" |
|
|
|
|
Margin="2"/> |
|
|
|
|
<TextBlock TextAlignment="Right" Text="{Binding Line}" Width="25" |
|
|
|
|
VerticalAlignment="Center"/> |
|
|
|
|
<TextBlock Text=" / " |
|
|
|
|
VerticalAlignment="Center"/> |
|
|
|
|
<TextBlock Text="{Binding Column}" Width="25" |
|
|
|
|
VerticalAlignment="Center"/> |
|
|
|
|
<TextBlock Text=" - " /> |
|
|
|
|
<TextBlock Text="{Binding Message}" |
|
|
|
|
VerticalAlignment="Center"/> |
|
|
|
|
</StackPanel> |
|
|
|
|