Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: tclock.edc Log Message: Add clipping back in so the text doesn't draw outside the module. =================================================================== RCS file: /cvs/e/e_modules/tclock/tclock.edc,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- tclock.edc 21 May 2006 21:19:19 -0000 1.16 +++ tclock.edc 22 May 2006 07:54:42 -0000 1.17 @@ -13,7 +13,7 @@ description { state: "default" 0.0; - color: 255 255 255 0; + color: 255 255 255 255; } } part @@ -21,6 +21,7 @@ name: "tclock_time"; type: TEXT; effect: OUTLINE_SOFT_SHADOW; + clip_to: "base"; mouse_events: 1; description { @@ -65,6 +66,7 @@ { name: "tclock_date"; type: TEXT; + clip_to: "base"; effect: OUTLINE_SOFT_SHADOW; mouse_events: 1; description ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs