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

noreply at xfce.org noreply at xfce.org
Sat Nov 2 22:45:31 CET 2019


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 a9a779d352ca85c5fa087175ecd593e78edf7b16
Author: Adam Purkrt <adam at purkrt.net>
Date:   Sat Nov 2 17:58:58 2019 +0100

    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 e210fcd..1cfa835 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 */

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


More information about the Xfce4-commits mailing list