Comment 54 for bug 40872

Revision history for this message
Pelládi Gábor (pelladigabor) wrote : Re: Desktop icons are allowed to overlap horribly

Technically, in nautilus-icon-container.c, I would like to change
#define SNAP_SIZE_X 78
#define SNAP_SIZE_Y 20
to
#define SNAP_SIZE_X 128
#define SNAP_SIZE_Y 128
and don't allow icons to be greater than the cell size 128 px.