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

Commit e830675

Browse files
committed
Merge pull request #96 from github/84-tooltip-for-long-names
Add a tooltip for the repository name validator
2 parents 31ba2de + 2a618f2 commit e830675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.UI.Reactive/Assets/Controls/Validation/ValidationMessage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<Setter Property="Template">
2121
<Setter.Value>
2222
<ControlTemplate TargetType="{x:Type local:ValidationMessage}">
23-
<Grid x:Name="grid" Visibility="Collapsed" Margin="{TemplateBinding Padding}">
23+
<Grid x:Name="grid" Visibility="Collapsed" Margin="{TemplateBinding Padding}" ToolTip="{TemplateBinding Text}">
2424
<Grid.ColumnDefinitions>
2525
<ColumnDefinition Width="Auto"/>
2626
<ColumnDefinition Width="Auto"/>

0 commit comments

Comments
 (0)