diff --git a/app/ui/picons_manager.glade b/app/ui/picons_manager.glade index a05816ac..e6722b50 100644 --- a/app/ui/picons_manager.glade +++ b/app/ui/picons_manager.glade @@ -667,7 +667,6 @@ Author: Dmitriy Yefremov 1 True - @@ -893,60 +892,70 @@ Author: Dmitriy Yefremov - + False - other - - + 0 + in + + False - 6 - end - - - False - False - 0 - - - - - False - 10 - - - 128 - 72 - True + other + + False - gtk-missing-image - 6 - + 6 + end False - True + False + 0 + + + + + False + 10 + + + 128 + 72 + True + False + gtk-missing-image + 6 + + + + False + True + 0 + + + + + True + False + + + False + True + 1 + + + + + False + False 0 - - True - False - - - False - True - 1 - + - - False - False - 0 - - + diff --git a/app/ui/picons_manager.py b/app/ui/picons_manager.py index d7a61bb3..52bfbd6b 100644 --- a/app/ui/picons_manager.py +++ b/app/ui/picons_manager.py @@ -136,7 +136,9 @@ class PiconsDialog: self._filter_button.bind_property("active", builder.get_object("src_title_grid"), "visible") self._filter_button.bind_property("active", builder.get_object("dst_title_grid"), "visible") self._filter_button.bind_property("visible", self._info_check_button, "visible") - self._info_check_button.bind_property("active", builder.get_object("explorer_info_bar"), "visible") + explorer_info_bar = builder.get_object("explorer_info_bar") + explorer_info_bar.bind_property("visible", builder.get_object("explorer_info_bar_frame"), "visible") + self._info_check_button.bind_property("active", explorer_info_bar, "visible") # Init drag-and-drop self.init_drag_and_drop() # Style