Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : cpu

Dir     : e_modules/cpu


Modified Files:
        cpu.edc 


Log Message:
Better commit this or the text fix won't work :)

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/cpu/cpu.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- cpu.edc     27 Feb 2006 20:04:57 -0000      1.7
+++ cpu.edc     27 Feb 2006 21:43:50 -0000      1.8
@@ -15,6 +15,16 @@
       name: "modules/cpu/main";      
       parts{
       part {
+        name:           "fade_clip";
+        type:           RECT;
+        mouse_events:   0;
+        description {
+           state: "default" 0.0;
+           color: 255 255 255 255;
+        }
+      }
+      
+      part {
         name: "cpu";
         clip_to: "fade_clip";
         description {
@@ -33,67 +43,57 @@
         }
       }
 
+      part {
+       name,          "lines";
+       mouse_events,  0;
+       type,          SWALLOW;
+        clip_to:       "fade_clip";            
+       description {
+         state,    "default" 0.0;
+           rel1 {
+              relative: 0.0 0.0;
+           }
+           rel2 {
+              relative: 1.0 1.0;
+           }
+         color, 0 0 0 0;
+       }
+      }
+       }
+    }//close group net
+
+group {
+       name: "modules/cpu/text";
+       parts{
        part 
          {
            name:           "in-text";
            type:           TEXT;
-            clip_to:   "fade_clip";        
            effect:         SOFT_SHADOW;
            mouse_events: 0;
            description {
            state: "default" 0.0;
-           align: 1.0 0.0;
+           align: 0.5 0.5;
            rel1 {
-              relative: 1.0  0.0;
-              to:     "cpu";
+              relative: 0.5  0.5;
            }
            rel2 {
-              relative: 1.0  0.0;
+              relative: 0.5  0.5;
            }
-             color: 255 255 255 255;
-             color3: 0 0 0 100;
+             color: 0 0 0 255;
+             color3: 255 255 255 100;
              text {
                   text: ""; 
                   font: "VeraMono";
-                  size:  8;     
+                  size:  10;     
                   min:     1 1;
-                  align: 0.0 0.0;
+                  align: 0.5 0.5;
              }
            }
          }
 
-      part {
-        name:           "fade_clip";
-        type:           RECT;
-        mouse_events:   0;
-        description {
-           state: "default" 0.0;
-           color: 255 255 255 255;
-        }
-        description {
-           state: "faded" 0.0;
-           color: 255 255 255 128;
-        }
-      }
+       }    
+} //close group text
 
-      part {
-       name,          "lines";
-       mouse_events,  0;
-       type,          SWALLOW;
-        clip_to:       "fade_clip";            
-       description {
-         state,    "default" 0.0;
-           rel1 {
-              relative: 0.0 0.0;
-           }
-           rel2 {
-              relative: 1.0 1.0;
-           }
-         color, 0 0 0 0;
-       }
-      }
-
-       }
-    }//close group net
 }
 




-------------------------------------------------------
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