Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir     : e_modules/net


Modified Files:
        net.edc 


Log Message:
This fixes the text being outside the gadget. I'll do the other modules later.

===================================================================
RCS file: /cvsroot/enlightenment/e_modules/net/net.edc,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- net.edc     1 Mar 2006 11:10:35 -0000       1.14
+++ net.edc     3 Mar 2006 14:50:47 -0000       1.15
@@ -84,9 +84,31 @@
          {
             part
               {
+                 name:           "net_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:           "tx-text";
                  type:           TEXT;
                  effect:         SOFT_SHADOW;
+                 clip_to: "net_clip";
                  mouse_events: 0;
                  description
                    {
@@ -122,9 +144,31 @@
          {
             part
               {
+                 name:           "net_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:           "rx-text";
                  type:           TEXT;
                  effect:         SOFT_SHADOW;
+                 clip_to: "net_clip";
                  mouse_events: 0;
                  description
                    {




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