Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : uptime

Dir     : e_modules/uptime


Modified Files:
        uptime.edc 


Log Message:
Match font size with the other modules. Formatting of edc.

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/uptime/uptime.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- uptime.edc  21 Feb 2006 13:25:57 -0000      1.2
+++ uptime.edc  1 Mar 2006 15:02:06 -0000       1.3
@@ -1,57 +1,66 @@
 images
 {
-  image: "uptime.png" COMP;
+   image: "uptime.png" COMP;
 }
 
 fonts
 {
-  font: "VeraMono.ttf" "VeraMono";
+   font: "VeraMono.ttf" "VeraMono";
 }
 
 collections
 {
-group
-    {
+   group
+     {
        name, "modules/uptime/main";
-       parts {
-      part {
-          name: "base";
-          type: RECT;
-          mouse_events: 0;
-          description {
-                      state: "default" 0.0;
+       parts
+         {
+            part
+              {
+                 name: "base";
+                 type: RECT;
+                 mouse_events: 0;
+                 description
+                   {
+                      state: "default" 0.0;
                       color: 255 255 255 255;
-          }
-      }
-            
-               part {
-                       name,           "uptime";
-                       type,           TEXT;
-           clip_to: "base";                                    
-                       effect,         SOFT_SHADOW;
-                       mouse_events, 0;
-           description {
-             state: "default" 0.0;
-             rel1 { 
-                  relative: 0.0 0.0; 
-                  to_x: "base"; 
-                  offset: 0 0; 
-             }
-             rel2 { 
-                  relative: 1.0 1.0; 
-             }
-             color: 255 255 255 255;
-             color3: 0 0 0 100;
-             text {
-                  text: "uptime"; 
-                  font: "VeraMono";
-                  size:  8;     
-                  min:     1 1;
-                  align: 0.5 0.5;
-             }
-           }
-               }               
-       }
+                   }
+              }
+
+            part
+              {
+                 name,         "uptime";
+                 type,           TEXT;
+                 clip_to: "base";
+                 effect,         SOFT_SHADOW;
+                 mouse_events, 0;
+                 description
+                   {
+                      state: "default" 0.0;
+                      rel1
+                        {
+                           relative: 0.0 0.0;
+                           to_x: "base";
+                           offset: 0 0;
+                        }
+                      rel2
+                        {
+                           relative: 1.0 1.0;
+                        }
+                      color: 255 255 255 255;
+                      color3: 0 0 0 100;
+                      text
+                        {
+                           text: "uptime";
+                           font: "VeraMono";
+                           size:  10;
+                           min:     1 1;
+                           align: 0.5 0.5;
+                        }
+                   }
+              }
+         } 
+     }
 }
 
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to