Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/data/themes


Modified Files:
        module.edc 


Log Message:
better iconify
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/data/themes/module.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- module.edc  9 Mar 2005 14:11:43 -0000       1.3
+++ module.edc  9 Mar 2005 15:05:47 -0000       1.4
@@ -266,6 +266,34 @@
            }
            color: 0 0 0 0;
         }
+        description {
+           state:    "iconified" 0.0;
+           rel1 {
+              relative: 0.0  0.5;
+              offset:   0   0;
+           }
+           rel2 {
+              relative: 0.5  1.0;
+              offset:   -1   -1;
+           }
+           color: 0 0 0 0;
+        }
+      }
+   }
+   programs {
+      program {
+         name:    "iconify";
+        signal:  "iconify";
+        source:  "";
+        action:  STATE_SET "iconified" 0.0;
+        target:  "item";
+      }
+      program {
+         name:    "uniconify";
+        signal:  "uniconify";
+        source:  "";
+        action:  STATE_SET "default" 0.0;
+        target:  "item";
       }
    }
 }
@@ -389,7 +417,7 @@
               offset:   -1   -1;
               to:       "base";
            }
-           color: 255 255 255 205;
+           color: 255 255 255 56;
            image {
               normal: "iconified_emblem.png";
            }




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to