https://bugzilla.xfce.org/show_bug.cgi?id=16041

--- Comment #5 from Adam Purkrt <a...@purkrt.net> ---
Delving into the code, there is a "spacing" variable in exo/exo-icon-view.c in
struct _ExoIconViewPrivate

https://git.xfce.org/xfce/exo/tree/exo/exo-icon-view.c#n552

It is set to zero, afaict (in fact it seems uninitialized). If I increase its
value
  icon_view->priv->spacing = 16;
in exo_icon_view_init(...), the gap increases. But I am unable to close the gap
with spacing=0. The two pixels always remain.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
Xfce-bugs@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to