Skip to content

Commit 90c26bb

Browse files
Fix: Changed the location of the "close" tooltip (#11987)
1 parent 043f9dd commit 90c26bb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Files.App/Dialogs/SettingsDialog.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
Background="Transparent"
5151
BorderBrush="Transparent"
5252
Click="CloseSettingsDialogButton_Click"
53+
ToolTipService.Placement="Bottom"
5354
ToolTipService.ToolTip="{helpers:ResourceString Name=Close}">
5455
<FontIcon FontSize="12" Glyph="&#xE8BB;" />
5556
</Button>

src/Files.App/UserControls/AddressToolbar.xaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,7 @@
294294
AutomationProperties.Name="{x:Bind ViewModel.Commands.OpenSettings.Label, Mode=OneWay}"
295295
Command="{x:Bind ViewModel.Commands.OpenSettings, Mode=OneWay}"
296296
Style="{StaticResource AddressToolbarButtonStyle}"
297+
ToolTipService.Placement="Bottom"
297298
ToolTipService.ToolTip="{x:Bind ViewModel.Commands.OpenSettings.LabelWithHotKey, Mode=OneWay}"
298299
Visibility="{x:Bind ShowSettingsButton, Mode=OneWay}">
299300
<AnimatedIcon x:Name="SettingAnimatedIcon" Height="16">

0 commit comments

Comments
 (0)