[Xfce4-commits] [xfce/thunar] 01/01: Increase vertical gap between icon and its label slightly (Bug #16041)

noreply at xfce.org noreply at xfce.org
Mon Mar 16 22:34:10 CET 2020


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       x   f   c   e   -   4   .   1   4   
   in repository xfce/thunar.

commit 7959c91613dc20c829e36ff14ec60ff901462d3c
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date:   Sun Mar 15 13:06:11 2020 +0100

    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 c658fd9..5a97f64 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 */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list