Skip to content

Commit

Permalink
fix: Privatize another one too
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Apr 10, 2023
1 parent 4fc8937 commit f6ca879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Utils/Misc.vala
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ namespace He.Misc {
/**
* Pango markup to use for secondary text in a {@link Gtk.Tooltip}, such as for accelerators, extended descriptions, etc.
*/
public const string TOOLTIP_SECONDARY_TEXT_MARKUP = """<span weight="600" size="12px" alpha="66%">%s</span>""";
private const string TOOLTIP_SECONDARY_TEXT_MARKUP = """<span weight="600" size="12px" alpha="66%">%s</span>""";

/**
* Takes a description and an array of accels and returns {@link Pango} markup for use in a {@link Gtk.Tooltip}. This method uses {@link Granite.accel_to_string}.
Expand Down

0 comments on commit f6ca879

Please sign in to comment.