Skip to content

Commit

Permalink
Updating default value of the ActionIconToolTip
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 authored and michael-hawker committed Aug 17, 2023
1 parent b2dd749 commit b47b447
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public partial class SettingsCard : ButtonBase
nameof(ActionIconToolTip),
typeof(string),
typeof(SettingsCard),
new PropertyMetadata(defaultValue: "More"));
new PropertyMetadata(defaultValue: null));

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

0 comments on commit b47b447

Please sign in to comment.