Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/eclair

Dir     : e17/apps/eclair/data/themes/default/groups


Modified Files:
        playlist_entry.edc 


Log Message:
* Improve the look of the playlist items


===================================================================
RCS file: /cvs/e/e17/apps/eclair/data/themes/default/groups/playlist_entry.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- playlist_entry.edc  30 Aug 2005 23:09:39 -0000      1.4
+++ playlist_entry.edc  9 May 2006 19:40:59 -0000       1.5
@@ -35,23 +35,22 @@
          clip_to: "playlist_entry_name_clip";
          description {
             state: "default" 0.0;
-            color: 132 132 132 255;
-            color3: 255 255 255 32;
+            color: 145 145 145 255;
             rel1 {
-               relative: 0 0;
-               to: playlist_entry_length;
+               relative: 0.0 0.0;
+               offset: 3 1;
             }
             rel2 {
-               relative: 1 1;
-               offset: 1000 0;
-               to: playlist_entry_length;
+               relative: 1.0 1.0;
+               offset: 1000 1;
+               to_x: playlist_entry_length;
             }
             text {
                text: "Filename";
                font: "Edje Vera";
                size: 10;
                min: 1 1;
-               align: 0 0.4;
+               align: 0.0 0.4;
             }
          }
          description {
@@ -66,13 +65,20 @@
          mouse_events: 0;
          description {
             state: "default" 0.0;
-            color: 132 132 132 255;
-            color3: 255 255 255 32;
+            color: 150 150 150 255;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 0 1;
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: -1 1;
+            }
             text {
                text: "0:00";
                font: "Edje Vera";
                size: 10;
-               align: 1 0.4;
+               align: 1.0 0.4;
             }
          }
          description {
@@ -88,7 +94,7 @@
          signal: "mouse,in";
          source: "entry_rect";
          action: STATE_SET "over" 0.0;
-         transition: LINEAR 0.5;
+         //transition: LINEAR 0.5;
          target: "playlist_entry_name";
          target: "playlist_entry_length";
       }
@@ -97,7 +103,7 @@
          signal: "mouse,out";
          source: "entry_rect";
          action: STATE_SET "default" 0.0;
-         transition: LINEAR 0.5;
+         //transition: LINEAR 0.5;
          target: "playlist_entry_name";
          target: "playlist_entry_length";
       }




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