[Xfce4-commits] [xfce/thunar] 01/01: Thunar 1.8 row height of side pane too large (Bug #14459)
noreply at xfce.org
noreply at xfce.org
Wed Jun 20 21:10:15 CEST 2018
This is an automated email from the git hooks/post-receive script.
a l e x 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 e37c83abc600e9fec40508283e07cd92a5ece8b6
Author: Alexander Schwinn <acs82 at gmx.de>
Date: Wed Jun 20 21:09:00 2018 +0200
Thunar 1.8 row height of side pane too large
(Bug #14459)
---
thunar/thunar-shortcuts-view.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar/thunar-shortcuts-view.c b/thunar/thunar-shortcuts-view.c
index 9859c87..c818cc0 100644
--- a/thunar/thunar-shortcuts-view.c
+++ b/thunar/thunar-shortcuts-view.c
@@ -308,7 +308,7 @@ thunar_shortcuts_view_init (ThunarShortcutsView *view)
renderer = g_object_new (GTK_TYPE_CELL_RENDERER_TEXT,
"weight", PANGO_WEIGHT_BOLD,
"xpad", 6,
- "ypad", 6,
+ "ypad", 4,
"ellipsize", PANGO_ELLIPSIZE_END,
NULL);
gtk_tree_view_column_pack_start (column, renderer, FALSE);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list