Skip to content

Commit 685a3a7

Browse files
authored
ListView: mark primary menu (#416)
1 parent ca5e566 commit 685a3a7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Views/ListView.vala

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@ public class Tasks.ListView : Granite.Bin {
3737
halign = END,
3838
icon_name = "view-more-symbolic",
3939
popover = list_settings_popover,
40-
tooltip_text = _("Edit Name and Appearance"),
40+
primary = true,
41+
tooltip_markup = ("%s\n" + Granite.TOOLTIP_SECONDARY_TEXT_MARKUP).printf (
42+
_("Edit Name and Appearance"),
43+
"F10"
44+
),
4145
valign = CENTER
4246
};
4347
settings_button.add_css_class (Granite.STYLE_CLASS_DIM_LABEL);

0 commit comments

Comments
 (0)