Enlightenment CVS committal Author : devilhorns Project : e_modules Module : tclock
Dir : e_modules/tclock Modified Files: tclock.edc Log Message: Removed fit: 1 1 as it was causing much font weirdness. =================================================================== RCS file: /cvs/e/e_modules/tclock/tclock.edc,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- tclock.edc 19 May 2006 00:10:13 -0000 1.10 +++ tclock.edc 19 May 2006 00:35:55 -0000 1.11 @@ -20,6 +20,7 @@ name: "tclock_time"; type: TEXT; effect: SOFT_SHADOW; +// clip_to: "base"; description { state: "default" 0.0; @@ -39,8 +40,8 @@ text { text: ""; font: "Edje-Vera"; + size: 10; min: 1 1; - fit: 1 1; align: 0.5 0.5; text_class: "module_large"; } @@ -63,6 +64,7 @@ name: "tclock_date"; type: TEXT; effect: SOFT_SHADOW; +// clip_to: "base"; description { state: "default" 0.0; @@ -82,8 +84,8 @@ text { text: ""; font: "Edje-Vera"; + size: 8; min: 1 1; - fit: 1 1; align: 0.5 0.5; text_class: "module_small"; } ------------------------------------------------------- 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