mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 00:55:28 +00:00
rename tab elements namespace
This commit is contained in:
parent
4e733d8997
commit
2986a475c1
29 changed files with 181 additions and 181 deletions
20
src/app/browser/main/tab/page/navbar/base.cpp
Normal file
20
src/app/browser/main/tab/page/navbar/base.cpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
#include "base.hpp"
|
||||
|
||||
using namespace app::browser::main::tab::page::navbar;
|
||||
|
||||
Base::Base()
|
||||
{
|
||||
set_action_name(
|
||||
"tab.base"
|
||||
);
|
||||
|
||||
set_icon_name(
|
||||
"go-home-symbolic"
|
||||
);
|
||||
|
||||
set_tooltip_text(
|
||||
_("Base")
|
||||
);
|
||||
}
|
||||
|
||||
Base::~Base() = default;
|
||||
Loading…
Add table
Add a link
Reference in a new issue