init tab data navbar

This commit is contained in:
yggverse 2024-08-13 08:28:33 +03:00
parent 79f7923c35
commit 19d4a7b684
4 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,16 @@
#include "navbar.hpp"
using namespace app::browser::main::tab::data;
Navbar::Navbar()
{
set_orientation(
Gtk::Orientation::HORIZONTAL
);
set_homogeneous(
true
);
}
Navbar::~Navbar() = default;