Browse Source

set new tab menu icon

CPP-GTK4
yggverse 3 months ago
parent
commit
157a20bb75
  1. 4
      src/app/browser.cpp
  2. 1
      src/app/browser.h

4
src/app/browser.cpp

@ -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()

1
src/app/browser.h

@ -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…
Cancel
Save