diff --git a/src/app/browser/main.cpp b/src/app/browser/main.cpp index 5a869f9..fc1bce7 100644 --- a/src/app/browser/main.cpp +++ b/src/app/browser/main.cpp @@ -6,6 +6,10 @@ using namespace app::browser; Main::Main() { // Init container + set_orientation( + Gtk::Orientation::VERTICAL + ); + set_homogeneous( true );