Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 9113591

Browse files
Remove tooltip
1 parent 5325dc1 commit 9113591

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio.UI/Views/GitHubPane/PullRequestAnnotationsView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<StackPanel Margin="0 4">
7676
<Expander>
7777
<Expander.Header>
78-
<TextBlock Margin="0 0 0 4" Foreground="{DynamicResource VsBrush.WindowText}" Text="{Binding Key}" FontWeight="SemiBold" ToolTip="{Binding Key}" />
78+
<TextBlock Margin="0 0 0 4" Foreground="{DynamicResource VsBrush.WindowText}" Text="{Binding Key}" FontWeight="SemiBold" />
7979
</Expander.Header>
8080

8181
<ItemsControl ItemsSource="{Binding Value}">

0 commit comments

Comments
 (0)