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

Commit 65657b7

Browse files
committed
Add tooltips
1 parent b61ea15 commit 65657b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/GitHub.VisualStudio/UI/Views/PullRequestListView.xaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@
155155
<ui:GitHubActionLink x:Name="stateSelection"
156156
Margin="5,0"
157157
VerticalAlignment="Center"
158+
ToolTip="Filter by state"
158159
Content="{Binding SelectedState}"
159160
HasDropDown="True" />
160161

@@ -185,6 +186,7 @@
185186
<ui:GitHubActionLink x:Name="assigneeSelection"
186187
Margin="5,0"
187188
VerticalAlignment="Center"
189+
ToolTip="Filter by assignee"
188190
Content="{Binding SelectedAssignee,
189191
Converter={ui:DefaultValueConverter},
190192
ConverterParameter=Assignee}"
@@ -232,6 +234,7 @@
232234
<ui:GitHubActionLink x:Name="authorSelection"
233235
Margin="5,0"
234236
VerticalAlignment="Center"
237+
ToolTip="Filter by author"
235238
Content="{Binding SelectedAuthor,
236239
Converter={ui:DefaultValueConverter},
237240
ConverterParameter=Author}"

0 commit comments

Comments
 (0)