From 8b3e67638f7c7acc45f393d5592bd79c6ccd0368 Mon Sep 17 00:00:00 2001 From: Theo Linkspfeifer Date: Sun, 15 Mar 2020 13:06:11 +0100 Subject: [PATCH] Increase vertical gap between icon and its label slightly (Bug #16041) without creating an unclickable area. --- thunar/thunar-icon-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thunar/thunar-icon-view.c b/thunar/thunar-icon-view.c index c658fd9b..5a97f646 100644 --- a/thunar/thunar-icon-view.c +++ b/thunar/thunar-icon-view.c @@ -98,7 +98,7 @@ thunar_icon_view_init (ThunarIconView *icon_view) { /* setup the icon renderer */ g_object_set (G_OBJECT (THUNAR_STANDARD_VIEW (icon_view)->icon_renderer), - "ypad", 0u, + "ypad", 1u, NULL); /* setup the name renderer */ -- 2.25.1