mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
set new tab menu icon
This commit is contained in:
parent
5091121162
commit
157a20bb75
2 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue