diff --git a/src/app/browser/main/tab/page.cpp b/src/app/browser/main/tab/page.cpp index 24407459..c26ab71f 100644 --- a/src/app/browser/main/tab/page.cpp +++ b/src/app/browser/main/tab/page.cpp @@ -28,7 +28,12 @@ Page::Page( this->db = db ); - // Init components + // Init widget + set_orientation( + Gtk::Orientation::VERTICAL + ); + + // Init widget components pageNavigation = Gtk::make_managed( this->db, ACTION__UPDATE, @@ -47,11 +52,6 @@ Page::Page( * pageContent ); - // Init widget - set_orientation( - Gtk::Orientation::VERTICAL - ); - // Connect events /* activated twice on tab change @TODO signal_realize().connect(