Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_winlist.c Log Message: 320x320 max for winlist by default (no config options yet) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_winlist.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- e_winlist.c 13 Jun 2005 06:59:44 -0000 1.8 +++ e_winlist.c 13 Jun 2005 09:36:40 -0000 1.9 @@ -82,7 +82,7 @@ w = zone->w / 2; if (w > 320) w = 320; h = zone->h / 2; - if (h > 400) h = 400; + if (h > 320) h = 320; x = (zone->w - w) / 2; y = (zone->h - h) / 2; @@ -285,7 +285,7 @@ w = winlist->zone->w / 2; if (w > 320) w = 320; h = mh; - if (h > 400) h = 400; + if (h > 320) h = 320; x = (winlist->zone->w - w) / 2; y = (winlist->zone->h - h) / 2; evas_object_resize(bg_object, w, h); ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs