Skip to content

Commit 02f1a39

Browse files
authored
Fix: Fixed tooltip labels on the Tags settings page (#18282)
1 parent 74497a8 commit 02f1a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Views/Settings/TagsPage.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
SelectionMode="None">
171171
<ListView.ItemTemplate>
172172
<DataTemplate x:DataType="datamodels:ListedTagViewModel">
173-
<Grid ColumnSpacing="16">
173+
<Grid ColumnSpacing="16" KeyboardAcceleratorPlacementMode="Hidden">
174174
<Grid.KeyboardAccelerators>
175175
<KeyboardAccelerator Key="Escape" Invoked="KeyboardAccelerator_Invoked" />
176176
</Grid.KeyboardAccelerators>

0 commit comments

Comments
 (0)