We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1024760 commit ea8e891Copy full SHA for ea8e891
src/Files.App/UserControls/Pane/ShelfPane.xaml
@@ -62,7 +62,10 @@
62
Width="16"
63
Height="16"
64
Source="{x:Bind Icon, Mode=OneWay, Converter={StaticResource ImageModelToImageConverter}}" />
65
- <TextBlock Text="{x:Bind Name, Mode=OneWay}" />
+ <TextBlock
66
+ Text="{x:Bind Name, Mode=OneWay}"
67
+ TextTrimming="CharacterEllipsis"
68
+ ToolTipService.ToolTip="{x:Bind Path, Mode=OneWay}" />
69
70
<StackPanel.ContextFlyout>
71
<MenuFlyout>
0 commit comments