Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

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


Modified Files:
        colorpicker.edc 


Log Message:
* [Colorpicker] Apply Dave's patch to add a alpha slider to the 
colorpicker: you can use etk_colorpicker_use_alpha_set/get() to set 
whether or not it should be visible.
* [Range] etk_range_value_set() now returns ETK_TRUE if the value has 
actually been changed, ETK_FALSE otherwise


===================================================================
RCS file: /cvs/e/e17/libs/etk/data/themes/default/widgets/colorpicker.edc,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- colorpicker.edc     20 Oct 2006 17:51:44 -0000      1.7
+++ colorpicker.edc     28 Jan 2007 17:46:04 -0000      1.8
@@ -175,9 +175,23 @@
 
 group {
    name: "etk/colorpicker/color_preview";
-   min: 40 18;
+   min: 40 22;
    parts {
       part {
+         name: "background";
+         type: RECT;
+         description {
+            state: "default" 0.0;
+            color: 255 255 255 255;
+            rel1 {
+               to: "preview_rect";
+            }
+            rel2 {
+               to: "preview_rect";
+            }
+         }
+      }
+      part {
          name: "preview_rect";
          type: SWALLOW;
          description {
@@ -200,11 +214,11 @@
             state: "default" 0.0;
             rel1 {
                relative: 0.0 0.0;
-               offset: 0 0;
+               offset: 8 0;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -1 -1;
+               offset: -5 -1;
             }
             image {
                normal: "colorpicker_slider_trough.png";



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to