This is an automated email from the git hooks/post-receive script.

gottcode pushed a 
commit to branch 
master
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 68c853ef85beac59e9de62624a140610f33f6c4d
Author: Graeme Gott <gra...@gottcode.org>
Date:   Wed Jan 8 05:12:48 2020 -0500

    Reposition all applications category button.
---
 panel-plugin/window.cpp | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index 6ac30ea..f4bb1c4 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -696,6 +696,12 @@ void WhiskerMenu::Window::set_categories(const 
std::vector<SectionButton*>& cate
                g_signal_connect_slot<GtkToggleButton*>((*i)->get_button(), 
"toggled", &Window::category_toggled, this);
        }
 
+       // Position "All Applications" above divider
+       if (!categories.empty())
+       {
+               gtk_box_reorder_child(m_sidebar_buttons, 
GTK_WIDGET(categories[0]->get_button()), 2);
+       }
+
        show_default_page();
 
        check_scrollbar_needed();

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to