[Xfce4-commits] [xfce/thunar] 38/46: Fix spacing between sidebar entries
noreply at xfce.org
noreply at xfce.org
Tue Aug 15 02:35:46 CEST 2017
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/thunar.
commit 2d1fc57380ff101329e1328a2e7c73759a079791
Author: Andre Miranda <andre42m at gmail.com>
Date: Mon Jun 19 12:46:55 2017 -0300
Fix spacing between sidebar entries
---
thunar/thunar-shortcuts-view.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index 45dee59..ca370cd 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -305,6 +305,7 @@ thunar_shortcuts_view_init (ThunarShortcutsView *view)
"weight", PANGO_WEIGHT_BOLD,
"xpad", 6,
"ypad", 6,
+ "ellipsize", PANGO_ELLIPSIZE_END,
NULL);
gtk_tree_view_column_pack_start (column, renderer, FALSE);
gtk_tree_view_column_set_attributes (column, renderer,
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list