Skip to content

Commit b47b447

Browse files
niels9001michael-hawker
authored andcommitted
Updating default value of the ActionIconToolTip
1 parent b2dd749 commit b47b447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/SettingsControls/src/SettingsCard/SettingsCard.Properties.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public partial class SettingsCard : ButtonBase
4949
nameof(ActionIconToolTip),
5050
typeof(string),
5151
typeof(SettingsCard),
52-
new PropertyMetadata(defaultValue: "More"));
52+
new PropertyMetadata(defaultValue: null));
5353

5454
/// <summary>
5555
/// The backing <see cref="DependencyProperty"/> for the <see cref="IsClickEnabled"/> property.

0 commit comments

Comments
 (0)