From f35be6fd1b138a70f0e4d5003df6539c9cdceed7 Mon Sep 17 00:00:00 2001 From: Adam Purkrt <adam@purkrt.net> 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 e210fcdfb..1cfa8353e 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 */ -- GitLab