mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-30 13:04:13 +00:00
set new tab menu icon
This commit is contained in:
parent
5091121162
commit
157a20bb75
@ -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()
|
||||||
|
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user