Skip to content

Commit 68917d4

Browse files
committed
Added tooltip.
1 parent e710e5c commit 68917d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FileRenamer/Views/Components/FolderView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</MenuFlyout>
3838

3939
<DataTemplate x:Key="ItemDataTemplate" x:DataType="jobs:JobTarget" >
40-
<ListViewItem MinHeight="28" Margin="0 -1" ContextFlyout="{StaticResource MenuFlyout}" >
40+
<ListViewItem MinHeight="28" Margin="0 -1" ContextFlyout="{StaticResource MenuFlyout}" ToolTipService.ToolTip="{x:Bind FileName}" >
4141
<RelativePanel>
4242
<SymbolIcon Name="Icon" Width="16" Height="16" Symbol="{x:Bind Converter={StaticResource TargetToSymbolConverter}}"
4343
Foreground="{x:Bind Converter={StaticResource TargetToBrushConverter}}" />

0 commit comments

Comments
 (0)