[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 265/473: Adjust packing of panel button label.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:57:15 CET 2015


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 c7f255ed3f6752de6e6b40de4b4a3df6912af6d6
Author: Graeme Gott <graeme at gottcode.org>
Date:   Tue Dec 3 10:56:59 2013 -0500

    Adjust packing of panel button label.
---
 panel-plugin/plugin.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel-plugin/plugin.cpp b/panel-plugin/plugin.cpp
index 7499368..6008fc5 100644
--- a/panel-plugin/plugin.cpp
+++ b/panel-plugin/plugin.cpp
@@ -93,7 +93,7 @@ Plugin::Plugin(XfcePanelPlugin* plugin) :
 
 	m_button_label = GTK_LABEL(gtk_label_new(NULL));
 	gtk_label_set_markup(m_button_label, wm_settings->button_title.c_str());
-	gtk_box_pack_start(m_button_box, GTK_WIDGET(m_button_label), false, false, 0);
+	gtk_box_pack_start(m_button_box, GTK_WIDGET(m_button_label), true, true, 0);
 	if (wm_settings->button_title_visible)
 	{
 		gtk_widget_show(GTK_WIDGET(m_button_label));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list