Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : tclock

Dir     : e_modules/tclock


Modified Files:
        tclock.edc 


Log Message:
Removed clip_to as it made "Insert" look funky.
Added fit: 1 1 and size, thanks boneyfrog :)


===================================================================
RCS file: /cvs/e/e_modules/tclock/tclock.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- tclock.edc  18 May 2006 11:18:23 -0000      1.8
+++ tclock.edc  18 May 2006 22:16:08 -0000      1.9
@@ -12,7 +12,7 @@
                  description
                    {
                       state: "default" 0.0;
-                      color: 255 255 255 255;
+                      color: 255 255 255 0;
                    }
               }
             part
@@ -20,7 +20,7 @@
                  name: "tclock_time";
                  type: TEXT;
                  effect: SOFT_SHADOW;
-                 clip_to: "base";
+                 //clip_to: "base";
                  //mouse_events: 0;
                  description
                    {
@@ -41,8 +41,9 @@
                       text {
                          text:     "";
                          font:     "Edje-Vera";
-                         size:     10;
+                         size:     160;
                          min:      1 1;
+                         fit: 1 1;
                          align:    0.5 0.5;
                          text_class: "module_large";                     
                       }
@@ -65,7 +66,7 @@
                  name: "tclock_date";
                  type: TEXT;
                  effect: SOFT_SHADOW;
-                 clip_to: "base";
+                 //clip_to: "base";
                  //mouse_events: 0;
                  description
                    {
@@ -86,8 +87,9 @@
                       text {
                          text:     "";
                          font:     "Edje-Vera";
-                         size:     8;
+                         size:     160;
                          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

Reply via email to