Enlightenment CVS committal

Author  : moom
Project : e17
Module  : apps/eclair

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


Modified Files:
        navigation_buttons.edc 


Log Message:
* Make the reflection looks better


===================================================================
RCS file: 
/cvs/e/e17/apps/eclair/data/themes/default/parts/navigation_buttons.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- navigation_buttons.edc      30 Apr 2006 14:59:42 -0000      1.3
+++ navigation_buttons.edc      30 Apr 2006 18:40:42 -0000      1.4
@@ -109,229 +109,11 @@
 }
 
 NAV_BUTTON("play", 52, 43, 34, 34, 67, 54, 7, 13, 54, 46, 83, 74)
-NAV_BUTTON("prev", 26, 29, 32, 62, 33, 55, 12, 11, 29, 40, 53, 81)
+NAV_BUTTON("prev", 26, 29, 32, 62, 35, 55, 12, 11, 29, 40, 53, 81)
 NAV_BUTTON("next", 80, 29, 32, 62, 91, 55, 12, 11, 84, 40, 108, 81)
 NAV_BUTTON("open", 38, 71, 62, 32, 61, 82, 13, 12, 47, 75, 92, 102)
 NAV_BUTTON("stop", 38, 16, 61, 32, 63, 26, 10, 10, 47, 19, 92, 45)
 
-/*part {
-   name: "button_pause";
-   repeat_events: 1;
-   clip_to: "play_pause_clip";
-   description {
-      state: "default" 0.0;
-      color: 255 255 255 0;
-      visible: 0;
-      rel1 {
-         to: "play_pause_clip";
-      }
-      rel2 {
-         to: "play_pause_clip";
-      }
-      image {
-         normal: "button_pause.png";
-      }
-   }
-   description {
-      state: "play" 0.0;
-      inherit: "default" 0.0;
-      color: 255 255 255 255;
-      visible: 1;
-   }
-   description {
-      state: "pause" 0.0;
-      inherit: "default" 0.0;
-   }
-   description {
-      state: "stop" 0.0;
-      inherit: "default" 0.0;
-   }
-   description {
-      state: "down" 0.0;
-      color: 255 255 255 255;
-      rel1 {
-         relative: 0 0;
-         offset: 8 8;
-         to: "play_pause_clip";
-      }
-      rel2 {
-         relative: 1 1;
-         offset: -8 -8;
-         to: "play_pause_clip";
-      }
-      image {
-         normal: "button_pause_down.png";
-      }
-   }
-}
-part {
-   name: "button_open";
-   description {
-      state: "default" 0.0;
-      color: 255 255 255 255;
-      rel1 {
-         relative: 0 0;
-         offset: 40 77;
-         to: "body";
-      }
-      rel2 {
-         relative: 0 0;
-         offset: 97 107;
-         to: "body";
-      }
-      image {
-         normal: "button_open.png";
-      }
-   }
-   description {
-      state: "over" 0.0;
-      inherit: "default" 0.0;
-      color: 255 247 217 255;
-   }
-   description {
-      state: "down" 0.0;
-      color: 255 247 217 255;
-      rel1 {
-         relative: 0 0;
-         offset: 44 77;
-         to: "body";
-      }
-      rel2 {
-         relative: 0 0;
-         offset: 93 101;
-         to: "body";
-      }
-      image {
-         normal: "button_open_down.png";
-      }
-   }
-}
-part {
-   name: "button_stop";
-   description {
-      state: "default" 0.0;
-      color: 255 255 255 255;
-      rel1 {
-         relative: 0 0;
-         offset: 40 12;
-         to: "body";
-      }
-      rel2 {
-         relative: 0 0;
-         offset: 97 42;
-         to: "body";
-      }
-      image {
-         normal: "button_stop.png";
-      }
-   }
-   description {
-      state: "over" 0.0;
-      inherit: "default" 0.0;
-      color: 255 247 217 255;
-   }
-   description {
-      state: "down" 0.0;
-      color: 255 247 217 255;
-      rel1 {
-         relative: 0 0;
-         offset: 44 18;
-         to: "body";
-      }
-      rel2 {
-         relative: 0 0;
-         offset: 93 42;
-         to: "body";
-      }
-      image {
-         normal: "button_stop_down.png";
-      }
-   }
-}
-part {
-   name: "button_prev";
-   description {
-      state: "default" 0.0;
-      color: 255 255 255 255;
-      rel1 {
-         relative: 0 0;
-         offset: 21 31;
-         to: "body";
-      }
-      rel2 {
-         relative: 0 0;
-         offset: 51 88;
-         to: "body";
-      }
-      image {
-         normal: "button_prev.png";
-      }
-   }
-   description {
-      state: "over" 0.0;
-      inherit: "default" 0.0;
-      color: 255 247 217 255;
-   }
-   description {
-      state: "down" 0.0;
-      color: 255 247 217 255;
-      rel1 {
-         relative: 0 0;
-         offset: 27 35;
-         to: "body";
-      }
-      rel2 {
-         relative: 0 0;
-         offset: 51 84;
-         to: "body";
-      }
-      image {
-         normal: "button_prev_down.png";
-      }
-   }
-}
-part {
-   name: "button_next";
-   description {
-      state: "default" 0.0;
-      color: 255 255 255 255;
-      rel1 {
-         relative: 0 0;
-         offset: 86 31;
-         to: "body";
-      }
-      rel2 {
-         relative: 0 0;
-         offset: 116 88;
-         to: "body";
-      }
-      image {
-         normal: "button_next.png";
-      }
-   }
-   description {
-      state: "over" 0.0;
-      inherit: "default" 0.0;
-      color: 255 247 217 255;
-   }
-   description {
-      state: "down" 0.0;
-      color: 255 247 217 255;
-      rel1 {
-         relative: 0 0;
-         offset: 86 35;
-         to: "body";
-      }
-      rel2 {
-         relative: 0 0;
-         offset: 110 84;
-         to: "body";
-      }
-      image {
-         normal: "button_next_down.png";
-      }
-   }
-}*/
 part {
    name: "reflection";
    mouse_events: 0;
@@ -339,12 +121,12 @@
       state: "default" 0.0;
       rel1 {
          relative: 0 0;
-         offset: 32 21;
+         offset: 26 16;
          to: "body";
       }
       rel2 {
          relative: 0 0;
-         offset: 105 52;
+         offset: 112 103;
          to: "body";
       }
       image {




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