|
From: <enl...@li...> - 2005-06-09 22:25:14
|
Enlightenment CVS committal
Author : handyande
Project : e17
Module : apps/e
Dir : e17/apps/e/data/icons
Modified Files:
default.edc
Log Message:
OK, so after speaking with raster about config panels I dropped this in - a menu rendering of the same information we will be placing in the config app
This could be a -just-for-now- thing, not sure
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/data/icons/default.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- default.edc 1 May 2005 01:48:43 -0000 1.6
+++ default.edc 9 Jun 2005 22:24:36 -0000 1.7
@@ -20,6 +20,8 @@
image: "desktop.png" LOSSY 90;
image: "gadget.png" LOSSY 90;
+
+ image: "configuration.png" LOSSY 90;
}
collections {
@@ -353,4 +355,22 @@
}
}
}
+ group {
+ name: "configuration";
+ max: 64 64;
+ parts {
+ part {
+ name: "icon";
+ mouse_events: 0;
+ description {
+ state: "default" 0.0;
+ aspect: 1.0 1.0;
+ max: 64 64;
+ image {
+ normal: "configuration.png";
+ }
+ }
+ }
+ }
+ }
}
|