Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir     : e17/proto/etk/data/themes/default/widgets


Modified Files:
        colorpicker.edc 


Log Message:
* More work on the colorpicker, but it's still incomplete and a bit 
buggy.

It now uses its own optimized hsv <--> rgb conversion procedures from 
Jose. I haven't committed them to Evas because, for optimization 
purpose, they do not check if the params are valid.
Thanks Jose :)


===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/colorpicker.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- colorpicker.edc     18 May 2006 13:13:33 -0000      1.2
+++ colorpicker.edc     19 May 2006 14:17:31 -0000      1.3
@@ -119,6 +119,7 @@
             }
          }
       }
+      FOCUS_GLOW(0.0, 0.0, -4, -4, "trough", 1.0, 1.0, 3, 3, "trough")
       part {
          name: "confine";
          type: RECT;
@@ -127,12 +128,12 @@
             visible: 0;
             rel1 {
                relative: 0.0 0.0;
-               offset: -2 8;
+               offset: -1 12;
                to: "trough";
             }
             rel2 {
                relative: 1.0 0.0;
-               offset: 2 9;
+               offset: 1 12;
                to: "trough";
             }
          }
@@ -146,14 +147,13 @@
          }
          description {
             state: "default" 0.0;
-            min: 11 13;
-            max: 11 13;
+            min: 9 15;
+            max: 9 15;
             image {
                normal: "colorpicker_slider_drag.png";
             }
          }
       }
-      FOCUS_GLOW(0.0, 0.0, -4, -4, "trough", 1.0, 1.0, 3, 3, "trough")
    }
    programs {
       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