From 95b1f2d880aa8f5427e22472113a2644bf63caf2 Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 12 Sep 2024 01:34:15 +0300 Subject: [PATCH] update comments --- src/app/browser/main/tab/page.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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(