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

Commit 4ce0d65

Browse files
committed
Show PR number as well as title on tooltip
1 parent 04e5422 commit 4ce0d65

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/GitHub.InlineReviews/Views/PullRequestStatusView.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
</Setter>
3535
</Style>
3636
</UserControl.Resources>
37-
37+
3838
<Grid Visibility="{Binding Number, TargetNullValue=Collapsed}">
3939
<Button
4040
Foreground="{DynamicResource VsBrush.StatusBarText}"
@@ -55,7 +55,9 @@
5555
</StackPanel>
5656
</Button>
5757
<Grid.ToolTip>
58-
<TextBlock Text="{Binding Title}" />
58+
<TextBlock VerticalAlignment="Center">
59+
#<Run Text="{Binding Number}" /> - <Run Text="{Binding Title}" />
60+
</TextBlock>
5961
</Grid.ToolTip>
6062
</Grid>
6163
</UserControl>

0 commit comments

Comments
 (0)