Skip to content

Commit

Permalink
Align TargetSite center
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasArdal committed Sep 12, 2023
1 parent b407570 commit f8b3f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ExceptionVisualizer/ExceptionUserControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
</TextBlock.Inlines>
</TextBlock>
<TextBlock Text="{Binding Source}" Grid.Column="1" Grid.Row="0"></TextBlock>
<TextBlock Text="{Binding TargetSite}" Foreground="#cd4b5b" FontFamily="Courier New" Grid.Column="1" Grid.Row="1"></TextBlock>
<TextBlock Text="{Binding TargetSite}" Foreground="#cd4b5b" FontFamily="Courier New" Grid.Column="1" Grid.Row="1" VerticalAlignment="Center"></TextBlock>
<TextBlock Text="{Binding HResult}" Grid.Column="1" Grid.Row="2"></TextBlock>
<TextBlock Text="{Binding HelpLink}" Grid.Column="1" Grid.Row="3"></TextBlock>
</Grid>
Expand Down

0 comments on commit f8b3f0e

Please sign in to comment.