Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

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


Modified Files:
        iconbox.edc 


Log Message:
* Change the color of the selected icon


===================================================================
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/iconbox.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- iconbox.edc 7 Apr 2006 15:48:23 -0000       1.1
+++ iconbox.edc 11 Apr 2006 16:41:44 -0000      1.2
@@ -1,4 +1,11 @@
 group {
+   name: "iconbox";
+   data {
+      item: "selected_icon_color" "191 178 147 255";
+   }
+}
+
+group {
    name: "iconbox/scrolled_view";
    min: 120 18;
    data {
@@ -137,6 +144,59 @@
 }
 
 group {
+   name: "iconbox/label";
+   data {
+      item: "inset" "8 6 0 0";
+   }
+   parts {
+      part {
+         name: "background";
+         description {
+            state: "default" 0.0;
+            visible: 0;
+            rel1 {
+               relative: 0.0 0.0;
+               offset: 0 -3;
+            }
+            rel2 {
+               relative: 1.0 1.0;
+               offset: 0 3;
+            }
+            image {
+               normal: "iconbox_label_bg.png";
+               border: 12 15 12 15;
+               middle: 0;
+            }
+            fill {
+               smooth: 0;
+            }
+         }
+         description {
+            state: "selected" 0.0;
+            inherit: "default" 0.0;
+            visible: 1;
+         }
+      }
+   }
+   programs {
+      program {
+         name: "select";
+         signal: "select";
+         source: "";
+         action: STATE_SET "selected" 0.0;
+         target: "background";
+      }
+      program {
+         name: "unselect";
+         signal: "unselect";
+         source: "";
+         action: STATE_SET "default" 0.0;
+         target: "background";
+      }
+   }
+}
+
+group {
    name: "iconbox/scrolled_view/vscrollbar";
    min: 18 68;
    parts {
@@ -206,7 +266,7 @@
             }
             image {
                normal: "iconbox_selection.png";
-               border: 3 3 3 3;
+               border: 1 1 1 1;
                middle: 0;
             }
             fill {
@@ -219,14 +279,14 @@
          type: RECT;
          description {
             state: "default" 0.0;
-            color: 255 218 128 115;
+            color: 255 218 128 30;
             rel1 {
                relative: 0.0 0.0;
-               offset: 3 3;
+               offset: 1 1;
             }
             rel2 {
                relative: 1.0 1.0;
-               offset: -4 -4;
+               offset: -2 -2;
             }
          }
       }




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to