Skip to content

Commit 5d67015

Browse files
authored
Feature: Removed tooltip from details layout (#11962)
1 parent cf0d499 commit 5d67015

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Files.App/Views/LayoutModes/DetailsLayoutBrowser.xaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,8 +548,7 @@
548548
AutomationProperties.Name="{x:Bind Name, Mode=OneWay}"
549549
IsRightTapEnabled="True"
550550
Loaded="StackPanel_Loaded"
551-
Orientation="Horizontal"
552-
ToolTipService.ToolTip="{x:Bind ItemTooltipText, Mode=OneWay}">
551+
Orientation="Horizontal">
553552
<Grid
554553
Width="24"
555554
HorizontalAlignment="Left"

0 commit comments

Comments
 (0)