[Xfce-bugs] [Bug 16041] Unclickable gap between filename and icon in ExoIconView
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sun Oct 20 20:18:07 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=16041
--- Comment #5 from Adam Purkrt <adam at 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.
More information about the Xfce-bugs
mailing list