[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 04/08: Add spacing around sidebar separator.

noreply at xfce.org noreply at xfce.org
Wed Jan 8 20:17:13 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 d6613ea68670ca727a73c9248351a744d732850a
Author: Graeme Gott <graeme at 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.


More information about the Xfce4-commits mailing list