set new tab menu icon

This commit is contained in:
yggverse 2024-08-08 15:32:28 +03:00
parent 5091121162
commit 157a20bb75
2 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,10 @@ Browser::Header::Tab::Tab()
set_tooltip_text( set_tooltip_text(
TOOLTIP TOOLTIP
); );
set_icon_name(
ICON
);
} }
Browser::Container::Container() Browser::Container::Container()

View File

@ -39,6 +39,7 @@ namespace app
{ {
public: public:
const Glib::ustring ICON = "tab-new-symbolic";
const Glib::ustring TOOLTIP = "New tab"; const Glib::ustring TOOLTIP = "New tab";
Tab(); Tab();