[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 344/473: Add padding to username.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:58:34 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 3644410487b04cbc51f1e5ad50297298a4dfc0aa
Author: Kernc <kerncece at gmail.com>
Date:   Thu Jan 23 03:21:47 2014 +0100

    Add padding to username.
---
 panel-plugin/window.cpp |    1 +
 1 file changed, 1 insertion(+)

diff --git a/panel-plugin/window.cpp b/panel-plugin/window.cpp
index 662854a..c4bb790 100644
--- a/panel-plugin/window.cpp
+++ b/panel-plugin/window.cpp
@@ -100,6 +100,7 @@ Window::Window() :
 	m_username = GTK_LABEL(gtk_label_new(NULL));
 	gtk_label_set_markup(m_username, username);
 	gtk_misc_set_alignment(GTK_MISC(m_username), 0.0f, 0.5f);
+	gtk_misc_set_padding(GTK_MISC(m_username), 10, 0);
 	g_free(username);
 
 	// Create action buttons

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


More information about the Xfce4-commits mailing list