Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

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


Modified Files:
        menu-groups.edc window-groups.edc 


Log Message:
- give the menus a bit of border definition (from the e17 default theme)

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/menu-groups.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- menu-groups.edc     6 Nov 2005 01:02:46 -0000       1.2
+++ menu-groups.edc     7 Jan 2006 16:19:12 -0000       1.3
@@ -20,7 +20,87 @@
     programs {
 BUTTON_PROG("mouse,in", "mouse,out")
     }
+}
+
+group {
+    name, "menu";
+
+    data {
+        item, "inset/top" "2";
+        item, "inset/bottom" "2";
+        item, "inset/left" "2";
+        item, "inset/right" "2";
+    }
+
+    parts {
+        part {
+            name, "base";
+            mouse_events, 0;
+            type, RECT;
+
+            description {
+                state, "default" 0.0;
+                rel1 {
+                    relative, 0.0 1.0;
+                    offset, 1 0;
+                    to_y, "base2";
+                }
+                rel2 {
+                    relative, 1.0 1.0;
+                    offset, -2 -2;
+                }
+                color, 221 221 221 255;
+            }
+        }
+        part {
+            name, "base2";
+            mouse_events, 0;
+
+            description {
+                state, "default" 0.0;
+                max, 99999 48;
+                align, 0.5 0.0;
 
+                rel1 {
+                    relative, 0.0 0.0;
+                    offset, 1 1;
+                }
+                rel2 {
+                    relative, 1.0 1.0;
+                    offset, -2 -2;
+                }
+                image {
+                    normal, "e17_menu_bg.png";
+                }
+                fill {
+                    smooth, 0;
+                }
+            }
+        }
+        part {
+            name, "base3";
+            mouse_events, 0;
 
+            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, "e17_menu_bg_border.png";
+                    border, 1 1 1 1;
+                    middle, 0;
+                }
+                fill {
+                    smooth, 0;
+                }
+            }
+        }
+    }
 }
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ewl/data/themes/e17/bits/window-groups.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- window-groups.edc   27 Dec 2005 23:20:05 -0000      1.2
+++ window-groups.edc   7 Jan 2006 16:19:12 -0000       1.3
@@ -1,6 +1,3 @@
-images {
-image, "e17_menu_bg.png" COMP;
-};
 
 group {
     name, "window";




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to