Skip to content

Commit c12c31b

Browse files
committed
Added tooltip to ReleaseNoteTemplate
1 parent 6a6f3e1 commit c12c31b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Microsoft.Toolkit.Uwp.SampleApp/Pages/About.xaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
<TextBlock Width="150"
5555
HorizontalAlignment="Left"
5656
TextTrimming="CharacterEllipsis"
57-
Text="{x:Bind FullName}" />
57+
Text="{x:Bind FullName}"
58+
ToolTipService.ToolTip="{x:Bind FullName}"/>
5859
<TextBlock HorizontalAlignment="Right"
5960
Opacity="0.5"
6061
Text="{x:Bind Published.ToString('MMM d', {x:Null})}" />

0 commit comments

Comments
 (0)