Index: src/xfdesktop-icon-view.c =================================================================== --- src/xfdesktop-icon-view.c (revision 27281) +++ src/xfdesktop-icon-view.c (working copy) @@ -50,10 +50,10 @@ #define ICON_SIZE (icon_view->priv->icon_size) #define TEXT_WIDTH ((ICON_SIZE << 1) + (ICON_SIZE >> 1)) /* aka 2.5x */ -#define CELL_PADDING 6 +#define CELL_PADDING 2 #define CELL_SIZE (TEXT_WIDTH + CELL_PADDING * 2) #define SPACING 6 -#define SCREEN_MARGIN 8 +#define SCREEN_MARGIN 2 #define CORNER_ROUNDNESS 4 #define DEFAULT_TIP_TIMEOUT 500