[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 02/02: Fix incorrect alignment of commands next to search.
noreply at xfce.org
noreply at xfce.org
Wed Jan 8 22:14:59 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 b r a n c h m a s t e r
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit e3d2928d5d601a9de46df2bc2417df01947c8511
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 f4bb1c4..f64bd8a 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -574,7 +574,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);
@@ -603,7 +603,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