r1973

dslinux_amadeus at dslinux.in-berlin.de dslinux_amadeus at dslinux.in-berlin.de
Mon Oct 8 22:11:42 CEST 2007


Author: amadeus
Date: 2007-10-08 22:11:37 +0200 (Mon, 08 Oct 2007)
New Revision: 1973

Log:
Better fit for DSLINUX screen

Modified: trunk/user/pixil/sys/pixilwm/icons.c
===================================================================
--- trunk/user/pixil/sys/pixilwm/icons.c	2007-10-08 16:10:55 UTC (rev 1972)
+++ trunk/user/pixil/sys/pixilwm/icons.c	2007-10-08 20:11:37 UTC (rev 1973)
@@ -48,7 +48,7 @@
 #include "config.h"
 
 #define XOFFSET 20
-#define YOFFSET 30
+#define YOFFSET 20
 #define XSPACING (ICONWIDTH+20)
 #define YSPACING (ICONHEIGHT+ICONTEXTHEIGHT+20)
 
@@ -290,7 +290,7 @@
 		  ICONWIDTH);
 
 	if (xpos + XSPACING + XSPACING > si.ws_width) {
-	    xpos = 20;
+	    xpos = XOFFSET;
 	    ypos += YSPACING;
 	} else
 	    xpos += XSPACING;




More information about the dslinux-commit mailing list