From 8b2f63b77542c07673dc0758f372d97e98656bef Mon Sep 17 00:00:00 2001 From: Masato TOYOSHIMA Date: Sat, 8 Feb 2025 05:23:05 +0900 Subject: [PATCH] change app.app_browser_box to app.info_bar_title. --- src/manjaro_hello.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py index 57416fd..2545995 100755 --- a/src/manjaro_hello.py +++ b/src/manjaro_hello.py @@ -112,8 +112,8 @@ class EmbedBrowser(Embed): back_btn.connect("clicked", self.on_btn_clicked,window) grid.attach (back_btn, 0, 1, 1, 1) app=ApplicationBrowser(conf, window) - app.app_browser_box.pack_start(grid, expand=False, fill=False, padding=10) - app.app_browser_box.reorder_child(grid,0) + app.info_bar_title.pack_start(grid, expand=False, fill=False, padding=10) + app.info_bar_title.reorder_child(grid,0) app.show_all() self.box = app except Exception as err: