From 73c3f3c7fd0c9e475d88b132cf91ea6fc7726eda Mon Sep 17 00:00:00 2001 From: Theo Linkspfeifer Date: Fri, 17 May 2019 12:24:56 +0200 Subject: [PATCH 1/1] 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 d119e99e..5b7c0307 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); -- 2.20.1