Skip to content

Commit ea8e891

Browse files
committed
Code Quality: Design polish for the upcoming Shelf feature
1 parent 1024760 commit ea8e891

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Files.App/UserControls/Pane/ShelfPane.xaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,10 @@
6262
Width="16"
6363
Height="16"
6464
Source="{x:Bind Icon, Mode=OneWay, Converter={StaticResource ImageModelToImageConverter}}" />
65-
<TextBlock Text="{x:Bind Name, Mode=OneWay}" />
65+
<TextBlock
66+
Text="{x:Bind Name, Mode=OneWay}"
67+
TextTrimming="CharacterEllipsis"
68+
ToolTipService.ToolTip="{x:Bind Path, Mode=OneWay}" />
6669

6770
<StackPanel.ContextFlyout>
6871
<MenuFlyout>

0 commit comments

Comments
 (0)