mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-29 20:44:25 +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(
|
||||
TOOLTIP
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
ICON
|
||||
);
|
||||
}
|
||||
|
||||
Browser::Container::Container()
|
||||
|
@ -39,6 +39,7 @@ namespace app
|
||||
{
|
||||
public:
|
||||
|
||||
const Glib::ustring ICON = "tab-new-symbolic";
|
||||
const Glib::ustring TOOLTIP = "New tab";
|
||||
|
||||
Tab();
|
||||
|
Loading…
x
Reference in New Issue
Block a user