Skip to content

Commit 8ae1270

Browse files
committed
Fixed tooltip
1 parent a2459d7 commit 8ae1270

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Files.App/UserControls/NavigationToolbar.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,9 @@
356356
<DataTemplate x:DataType="dataitems:PathBoxItem">
357357
<controls:BreadcrumbBarItem
358358
AutomationProperties.AccessibilityView="Content"
359-
AutomationProperties.AutomationId="{x:Bind Title, Mode=OneWay}"
359+
AutomationProperties.Name="{x:Bind Title, Mode=OneWay}"
360360
ChevronToolTip="{helpers:ResourceString Name=BreadcrumbBarChevronButtonToolTip}"
361-
Content="{x:Bind Title, Mode=OneWay}"
362-
ItemToolTip="{x:Bind Title, Mode=OneWay}" />
361+
Content="{x:Bind Title, Mode=OneWay}"/>
363362
</DataTemplate>
364363
</controls:BreadcrumbBar.ItemTemplate>
365364
</controls:BreadcrumbBar>

0 commit comments

Comments
 (0)