Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/default/bits


Modified Files:
        window.edc window.eet 


Log Message:
A little theme work for displaying the internal menu.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/window.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- window.edc  28 Oct 2003 18:49:33 -0000      1.2
+++ window.edc  17 Jan 2004 20:00:06 -0000      1.3
@@ -1,6 +1,7 @@
 images {
    image, "window-base.png" LOSSY 98;
    image, "dialog-base.png" LOSSY 98;
+   image, "square-shadow.png" LOSSY 98;
 }
 
 collections {
@@ -33,12 +34,21 @@
 
    group {
       name, "dialog";
+
+      data {
+          item, "inset/left" "2";
+          item, "inset/right" "6";
+          item, "inset/top" "2";
+          item, "inset/bottom" "6";
+      }
       parts {
+
         part {
-           name,          "background";
+           name,          "shadow";
            mouse_events,  0;
            description {
               state,    "default" 0.0;
+/*            border,    3 3 3 3; */
               rel1 {
                  relative, 0.0  0.0;
                  offset,   0    0;
@@ -48,10 +58,31 @@
                  offset,   -1   -1;
               }
               image {
+                 normal, "square-shadow.png";
+              }
+           }
+        }
+
+        part {
+           name,          "background";
+           mouse_events,   0;
+           description {
+              state,    "default" 0.0;
+              border,    1 1 1 1;
+              rel1 {
+                 relative, 0.0  0.0;
+                 offset,   0    0;
+              }
+              rel2 {
+                 relative, 1.0  1.0;
+                 offset,   -6   -6;
+              }
+              image {
                  normal, "dialog-base.png";
               }
            }
         }
+
       }
 
       programs {
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/data/themes/default/bits/window.eet,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
Binary files /tmp/cvsvgFLEh and /tmp/cvsEUMugp differ




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to