Skip to content

Commit f828cc3

Browse files
committed
Added tooltips for buttons
1 parent c477a0b commit f828cc3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Files/Views/SettingsPages/About.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@
7171
<Button
7272
Padding="8"
7373
AutomationProperties.Name="{helpers:ResourceString Name=ExportSettings}"
74-
Command="{Binding ExportSettingsCommand}">
74+
Command="{Binding ExportSettingsCommand}"
75+
ToolTipService.ToolTip="{helpers:ResourceString Name=ExportSettings}">
7576
<FontIcon
7677
FontSize="14"
7778
Foreground="{ThemeResource TextFillColorPrimaryBrush}"
@@ -88,7 +89,8 @@
8889
<Button
8990
Padding="8"
9091
AutomationProperties.Name="{helpers:ResourceString Name=ImportSettings}"
91-
Command="{Binding ImportSettingsCommand}">
92+
Command="{Binding ImportSettingsCommand}"
93+
ToolTipService.ToolTip="{helpers:ResourceString Name=ImportSettings}">
9294
<FontIcon
9395
FontSize="14"
9496
Foreground="{ThemeResource TextFillColorPrimaryBrush}"

0 commit comments

Comments
 (0)