Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : uptime

Dir     : e_modules/uptime


Modified Files:
        uptime.edc 


Log Message:
Fix uptime.edc for Hawkwind :)

Apparenly, the shelf style Insert doesn't play nice with clipping.

===================================================================
RCS file: /cvs/e/e_modules/uptime/uptime.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- uptime.edc  9 Jun 2006 11:42:59 -0000       1.6
+++ uptime.edc  14 Jun 2006 00:12:06 -0000      1.7
@@ -17,21 +17,8 @@
          {
             part
               {
-                 name: "base";
-                 type: RECT;
-                 mouse_events: 1;
-                 description
-                   {
-                      state: "default" 0.0;
-                      color: 255 255 255 255;
-                   }
-              }
-
-            part
-              {
                  name,         "uptime";
                  type,           TEXT;
-                 clip_to: "base";
                  effect,         OUTLINE_SOFT_SHADOW;
                  mouse_events, 1;
                  description
@@ -40,12 +27,12 @@
                       rel1
                         {
                            relative: 0.0 0.0;
-                           to_x: "base";
-                           offset: 0 0;
+                           offset: 0 2;
                         }
                       rel2
                         {
-                           relative: 1.0 1.0;
+                           relative: 1.0 0.5;
+                           offset: -1 -1;
                         }
                       color: 255 255 255 255;
                       color2: 64 64 64 255;
@@ -56,7 +43,7 @@
                            font: "VeraMono";
                            size:  12;
                            min:     1 1;
-                           align: 0.0 0.5;
+                           align: 0.5 0.5;
                         }
                    }
               }




_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to