Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: tclock.edc Log Message: Fix the font clipping issue when switching between plain/inset style that Hawkwind pointed out. Thanks :) =================================================================== RCS file: /cvs/e/e_modules/tclock/tclock.edc,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- tclock.edc 14 Jul 2006 17:44:55 -0000 1.20 +++ tclock.edc 1 Sep 2006 08:57:21 -0000 1.21 @@ -11,21 +11,9 @@ { part { - name: "base"; - type: RECT; - mouse_events: 1; - description - { - state: "default" 0.0; - color: 255 255 255 255; - } - } - part - { name: "tclock_time"; type: TEXT; effect: OUTLINE_SOFT_SHADOW; - clip_to: "base"; mouse_events: 1; description { @@ -71,7 +59,6 @@ { 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