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

gottcode pushed a 
commit to annotated 
tag v2.3.5
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 0131092f7a3e44e8ca041b218d4c720359819219
Author: Graeme Gott <gra...@gottcode.org>
Date:   Wed Jan 8 16:00:56 2020 -0500

    Fix incorrect alignment of commands next to search.
---
 panel-plugin/window.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index df97984..520f908 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -572,7 +572,7 @@ void WhiskerMenu::Window::show(const Position position)
                        {
                                gtk_box_reorder_child(m_commands_box, 
m_commands_button[i], 8 - i);
                        }
-                       gtk_box_reorder_child(m_commands_box, 
m_commands_spacer, 4);
+                       gtk_box_reorder_child(m_commands_box, 
m_commands_spacer, 9);
 
                        gtk_box_reorder_child(m_title_box, 
GTK_WIDGET(m_profilepic->get_widget()), 2);
                        gtk_box_reorder_child(m_title_box, 
GTK_WIDGET(m_username), 1);
@@ -601,7 +601,7 @@ void WhiskerMenu::Window::show(const Position position)
                        {
                                gtk_box_reorder_child(m_commands_box, 
m_commands_button[i], 8 - i);
                        }
-                       gtk_box_reorder_child(m_commands_box, 
m_commands_spacer, 4);
+                       gtk_box_reorder_child(m_commands_box, 
m_commands_spacer, 9);
 
                        gtk_box_reorder_child(m_title_box, 
GTK_WIDGET(m_profilepic->get_widget()), 3);
                        gtk_box_reorder_child(m_title_box, 
GTK_WIDGET(m_username), 2);

-- 
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