Skip to content

Commit 01bdaa8

Browse files
committed
Fix
1 parent 1986bd3 commit 01bdaa8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/Files.App/Strings/en-US/Resources.resw

+3
Original file line numberDiff line numberDiff line change
@@ -3866,4 +3866,7 @@
38663866
<value>Show Toolbar</value>
38673867
<comment>Setting that controls if the Toolbar is shown in the main view</comment>
38683868
</data>
3869+
<data name="TabActions" xml:space="preserve">
3870+
<value>Tab actions menu</value>
3871+
</data>
38693872
</root>

src/Files.App/UserControls/TabBar/TabBar.xaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,10 @@
7676
Height="30"
7777
Margin="4,4,-4,-4"
7878
Padding="0"
79+
AutomationProperties.Name="{helpers:ResourceString Name=TabActions}"
7980
Background="Transparent"
80-
BorderThickness="0">
81+
BorderThickness="0"
82+
ToolTipService.ToolTip="{helpers:ResourceString Name=TabActions}">
8183
<PathIcon Data="M3 0C1.34315 0 0 1.34315 0 3V12C0 13.6569 1.34315 15 3 15H12C13.6569 15 15 13.6569 15 12V3C15 1.34315 13.6569 0 12 0H3ZM1 3C1 1.89543 1.89543 1 3 1H12C13.1046 1 14 1.89543 14 3V4H5.5C4.67157 4 4 4.67157 4 5.5V14H3C1.89543 14 1 13.1046 1 12V3ZM5 14H12C13.1046 14 14 13.1046 14 12V5H5.5C5.22386 5 5 5.22386 5 5.5V14Z" Foreground="{ThemeResource App.Theme.IconBaseBrush}" />
8284

8385
<Button.Flyout>

0 commit comments

Comments
 (0)