[Xfce4-commits] [xfce/xfdesktop] 01/01: windowlist: Reduce right padding

noreply at xfce.org noreply at xfce.org
Sat Mar 7 19:27:58 CET 2015


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfdesktop.

commit 42fb1de655784e3f4d61d3a13400b9c0e4d0e540
Author: Thaddaeus Tintenfisch <thad.fisch at gmail.com>
Date:   Thu Mar 5 12:40:01 2015 +0100

    windowlist: Reduce right padding
---
 src/windowlist.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/windowlist.c b/src/windowlist.c
index 7161512..0b387af 100644
--- a/src/windowlist.c
+++ b/src/windowlist.c
@@ -172,9 +172,9 @@ menu_item_from_wnck_window(WnckWindow *wnck_window, gint icon_width,
 
     /* add some padding to the right */
     if(gtk_widget_get_default_direction() == GTK_TEXT_DIR_RTL)
-        g_string_prepend(label, "    ");
+        g_string_prepend(label, "  ");
     else
-        g_string_append(label, "    ");
+        g_string_append(label, "  ");
 
     if(wl_show_icons) {
         icon = wnck_window_get_mini_icon(wnck_window);

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


More information about the Xfce4-commits mailing list