From 053d6cfeb8d94be3552c215abab8efd3254e0d5f Mon Sep 17 00:00:00 2001 From: Adam Purkrt Date: Sat, 2 Nov 2019 17:58:58 +0100 Subject: [PATCH] Remove the vertical gap between icon and its label Bug: 16041 This change removes the gap between icon and its label. This gap is not clickable, which is inconvenient, since one can hit it easily and then it feels like clicking the file does nothing. --- 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 5dcc71ef..a95dfdb0 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", 3u, + "ypad", 0u, NULL); /* setup the name renderer */ -- 2.23.0