[Xfce4-commits] [xfce/xfdesktop] 01/01: Properly center workspace header in windowlist (Bug #15405)
noreply at xfce.org
noreply at xfce.org
Fri May 17 18:48:24 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r 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 xfce/xfdesktop.
commit 4033a46b7b4e01b07f4694ab97fea53c98e6d306
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Fri May 17 12:24:56 2019 +0200
Properly center workspace header in windowlist (Bug #15405)
---
src/windowlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/windowlist.c b/src/windowlist.c
index d119e99..5b7c030 100644
--- a/src/windowlist.c
+++ b/src/windowlist.c
@@ -306,7 +306,7 @@ windowlist_populate(XfceDesktop *desktop,
label = gtk_bin_get_child(GTK_BIN(mi));
gtk_label_set_use_markup(GTK_LABEL(label), TRUE);
/* center the workspace header */
- gtk_label_set_xalign (GTK_LABEL(label), 0.44f);
+ gtk_label_set_xalign (GTK_LABEL(label), 0.5f);
/* If it's not the active workspace, make the color insensitive */
if(wnck_workspace != active_workspace) {
set_label_color_insensitive(label);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list