[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 05/09: Fix incorrect alignment of commands next to search.

noreply at xfce.org noreply at xfce.org
Sat Jan 18 16:26:27 CET 2020


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

g   o   t   t   c   o   d   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       a   n   n   o   t   a   t   e   d       t   a   g       v   2   .   3   .   5   
   in repository panel-plugins/xfce4-whiskermenu-plugin.

commit 0131092f7a3e44e8ca041b218d4c720359819219
Author: Graeme Gott <graeme at 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.


More information about the Xfce4-commits mailing list