Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : cpu

Dir     : e_modules/cpu


Modified Files:
        cpu.edc 


Log Message:
Fix for text outside of gadget.

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/cpu/cpu.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- cpu.edc     1 Mar 2006 15:41:09 -0000       1.10
+++ cpu.edc     3 Mar 2006 14:56:08 -0000       1.11
@@ -26,7 +26,6 @@
                       color: 255 255 255 255;
                    }
               }
-
             part
               {
                  name: "cpu";
@@ -82,10 +81,32 @@
          {
             part
               {
+                 name:           "text_clip";
+                 type:           RECT;
+                 mouse_events:   0;
+                 description
+                   {
+                      state: "default" 0.0;
+                      color: 255 255 255 255;
+                      rel1 
+                        {
+                           relative: 0.0 0.0;
+                           offset: 0 0;
+                        }
+                      rel2 
+                        {
+                           relative: 1.0 1.0;
+                           offset: -1 -1;                          
+                        }
+                   }
+              }             
+            part
+              {
                  name:           "in-text";
                  type:           TEXT;
                  effect:         SOFT_SHADOW;
                  mouse_events: 0;
+                 clip_to: "text_clip";
                  description
                    {
                       state: "default" 0.0;
@@ -110,7 +131,6 @@
                         }
                    }
               }
-
          }
      }
 }




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