Skip to content
Snippets Groups Projects
Commit 743be8c2 authored by Theo Linkspfeifer's avatar Theo Linkspfeifer :speech_balloon: Committed by Alexander Schwinn
Browse files

Increase vertical gap between icon and its label slightly (Bug #16041)

without creating an unclickable area.
parent df7c816b
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment