Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_ibar.edc 


Log Message:


nicer popup of label

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_ibar.edc,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- default_ibar.edc    10 May 2006 07:42:38 -0000      1.15
+++ default_ibar.edc    10 May 2006 07:46:14 -0000      1.16
@@ -202,6 +202,14 @@
         description {
            state: "default" 0.0;
            align: 0.5 0.5;
+           rel1 {
+               relative: 0.0  1.0;
+              offset:   0    -1;
+           }
+           rel2 {
+               relative: 1.0  1.0;
+              offset:   -1    -1;
+           }
            color: 255 255 255 0;
            color3: 0 0 0 0;
            text {
@@ -216,6 +224,14 @@
         description {
            state: "visible" 0.0;
            inherit: "default" 0.0;
+           rel1 {
+               relative: 0.0  0.0;
+              offset:   0    0;
+           }
+           rel2 {
+               relative: 1.0  1.0;
+              offset:   -1    -1;
+           }
            color: 255 255 255 255;
            color3: 0 0 0 42;
         }
@@ -235,7 +251,7 @@
         signal:  "label_active";
         source:  "";
         action:  STATE_SET "visible" 0.0;
-        transition: SINUSOIDAL 1.0;
+        transition: SINUSOIDAL 0.5;
         target:  "label";
       }
       program {
@@ -261,7 +277,7 @@
         signal:  "label_passive";
         source:  "";
         action:  STATE_SET "default" 0.0;
-        transition: SINUSOIDAL 2.0;
+        transition: SINUSOIDAL 1.0;
         target:  "label";
       }
       program {




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to