[Xfce4-commits] <thunar:jannis/new-shortcuts-pane> Fix the indentation offset in ThunarShortcutGroup.

Jannis Pohlmann noreply at xfce.org
Fri Nov 18 12:12:01 CET 2011


Updating branch refs/heads/jannis/new-shortcuts-pane
         to c9cb2abc422806feb521eaa474662a76dbdbae23 (commit)
       from 37bc2b962d2dc834e8ad34853f7a0ba7d15adb49 (commit)

commit c9cb2abc422806feb521eaa474662a76dbdbae23
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Fri Nov 18 11:10:37 2011 +0000

    Fix the indentation offset in ThunarShortcutGroup.

 thunar/thunar-shortcut-group.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-shortcut-group.c b/thunar/thunar-shortcut-group.c
index ee8e16b..56ce8b1 100644
--- a/thunar/thunar-shortcut-group.c
+++ b/thunar/thunar-shortcut-group.c
@@ -359,7 +359,7 @@ thunar_shortcut_group_apply_indentation (ThunarShortcutGroup *group,
 
   /* apply the indentation to the shortcut alignment */
   alignment = thunar_shortcut_get_alignment (shortcut);
-  g_object_set (alignment, "left-padding", expander_size + expander_spacing * 2 + 1, NULL);
+  g_object_set (alignment, "left-padding", expander_size + expander_spacing * 2 + 2, NULL);
 }
 
 


More information about the Xfce4-commits mailing list