We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca5e566 commit 685a3a7Copy full SHA for 685a3a7
src/Views/ListView.vala
@@ -37,7 +37,11 @@ public class Tasks.ListView : Granite.Bin {
37
halign = END,
38
icon_name = "view-more-symbolic",
39
popover = list_settings_popover,
40
- tooltip_text = _("Edit Name and Appearance"),
+ primary = true,
41
+ tooltip_markup = ("%s\n" + Granite.TOOLTIP_SECONDARY_TEXT_MARKUP).printf (
42
+ _("Edit Name and Appearance"),
43
+ "F10"
44
+ ),
45
valign = CENTER
46
};
47
settings_button.add_css_class (Granite.STYLE_CLASS_DIM_LABEL);
0 commit comments