From 4716f3b3dcef9ccfc38b7cf53081e8a2396c308a Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 8 Sep 2024 04:59:09 +0300 Subject: [PATCH] update comments --- src/app/browser/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/browser/main.cpp b/src/app/browser/main.cpp index ec9c63cd..5b914cba 100644 --- a/src/app/browser/main.cpp +++ b/src/app/browser/main.cpp @@ -10,7 +10,7 @@ Main::Main( const Glib::RefPtr & ACTION__MAIN_TAB_PAGE_NAVIGATION_HISTORY_FORWARD, const Glib::RefPtr & ACTION__MAIN_TAB_PAGE_NAVIGATION_UPDATE ) { - // Init container + // Init widget set_orientation( Gtk::Orientation::VERTICAL ); @@ -19,7 +19,7 @@ Main::Main( HOMOGENEOUS ); - // Init tabs + // Init components mainTab = Gtk::make_managed( ACTION__REFRESH, ACTION__MAIN_TAB_CLOSE, @@ -28,9 +28,9 @@ Main::Main( ACTION__MAIN_TAB_PAGE_NAVIGATION_UPDATE ); - append( - * mainTab - ); + append( + * mainTab + ); } // Actions