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 d6613ea68670ca727a73c9248351a744d732850a
Author: Graeme Gott <gra...@gottcode.org>
Date:   Tue Jan 7 16:04:44 2020 -0500

    Add spacing around sidebar separator.
---
 panel-plugin/window.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index fd629d0..6ac30ea 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -228,7 +228,7 @@ WhiskerMenu::Window::Window(Plugin* plugin) :
        m_sidebar_buttons = GTK_BOX(gtk_box_new(GTK_ORIENTATION_VERTICAL, 0));
        gtk_box_pack_start(m_sidebar_buttons, 
GTK_WIDGET(m_favorites_button->get_button()), false, false, 0);
        gtk_box_pack_start(m_sidebar_buttons, 
GTK_WIDGET(m_recent_button->get_button()), false, false, 0);
-       gtk_box_pack_start(m_sidebar_buttons, 
gtk_separator_new(GTK_ORIENTATION_HORIZONTAL), false, false, 0);
+       gtk_box_pack_start(m_sidebar_buttons, 
gtk_separator_new(GTK_ORIENTATION_HORIZONTAL), false, false, 4);
 
        m_sidebar = GTK_SCROLLED_WINDOW(gtk_scrolled_window_new(NULL, NULL));
        gtk_box_pack_start(m_contents_box, GTK_WIDGET(m_sidebar), false, false, 
0);

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