define main container box orientation

This commit is contained in:
yggverse 2024-08-12 14:24:28 +03:00
parent d206beb82b
commit 8c2fabd6ad

View File

@ -6,6 +6,10 @@ using namespace app::browser;
Main::Main()
{
// Init container
set_orientation(
Gtk::Orientation::VERTICAL
);
set_homogeneous(
true
);