Skip to content

Commit

Permalink
Added tooltips in DNS page (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed May 19, 2024
1 parent f2d314b commit 218c0bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion InternetTest/InternetTest/Pages/DnsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,11 @@
FontFamily="../Fonts/#FluentSystemIcons-Regular"
Foreground="{DynamicResource Foreground1}"
Style="{DynamicResource ToolButton}"
Visibility="Collapsed" />
Visibility="Collapsed">
<Button.ToolTip>
<ToolTip Content="{x:Static lang:Resources.Clear}" />
</Button.ToolTip>
</Button>
</Grid>
</Border>
<Button
Expand Down

0 comments on commit 218c0bf

Please sign in to comment.