Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/exhibit

Dir     : e17/apps/exhibit/data


Modified Files:
        gui.edc 


Log Message:
add hourglass icon while a thumb load, courtesy of lucho, idea from morlenxus

===================================================================
RCS file: /cvs/e/e17/apps/exhibit/data/gui.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- gui.edc     5 Jul 2007 10:23:54 -0000       1.2
+++ gui.edc     6 Jul 2007 23:05:17 -0000       1.3
@@ -34,6 +34,7 @@
    image: "tiles.png" COMP;
    image: "e17_fileman_thumb_bg.png" COMP;
    image: "e17_mini_button_shadow2.png" COMP;
+   image: "exhibit_thumb_loading.png" COMP;
 }
 
 collections {
@@ -41,7 +42,35 @@
    ICON("one_to_one");
    ICON("zoom_in");
    ICON("zoom_out");
-
+   
+   group {
+      min: 32 32;
+      max: 64 64;
+      name: "thumb_loading";
+      parts { 
+        part { 
+           name: "icon"; 
+           description { 
+              state: "default" 0.0; 
+              rel1 { 
+                 relative: 0.0 0.0; 
+                 offset: 0 0; 
+              } 
+              rel2 { 
+                 relative: 1.0 1.0; 
+                 offset: -1 -1; 
+              } 
+              image { 
+                 normal: "exhibit_thumb_loading.png";
+              } 
+              fill { 
+                 smooth: 0; 
+              } 
+           } 
+        } 
+      } 
+   }   
+   
    group {
       name: "image_bg";
       parts {



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to