Browse Source

define main container box orientation

CPP-GTK4
yggverse 3 months ago
parent
commit
8c2fabd6ad
  1. 4
      src/app/browser/main.cpp

4
src/app/browser/main.cpp

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

Loading…
Cancel
Save