Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/data/themes/e17/groups/inc


Modified Files:
        menu-parts.edc menu-programs.edc 


Log Message:
- make the focus rectangle fit the menu items
- remove the focus glint

===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/inc/menu-parts.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- menu-parts.edc      16 Feb 2007 23:24:55 -0000      1.2
+++ menu-parts.edc      8 Mar 2007 10:23:13 -0000       1.3
@@ -195,8 +195,6 @@
        }
 }
 
-#include "glint-parts.edc"
-
 part
 {
        name: "focus";
@@ -206,6 +204,18 @@
        {
                state: "default" 0.0;
                visible: 0;
+               rel1
+               {
+                       relative: 0.0 0.0;
+                       offset: 0 0;
+                       to: "title_outline";
+               }
+               rel2
+               {
+                       relative: 1.0 1.0;
+                       offset: -1 -1;
+                       to: "title_outline";
+               }
                image
                {
                        normal: "focus.png";
===================================================================
RCS file: /cvs/e/e17/libs/ewl/data/themes/e17/groups/inc/menu-programs.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- menu-programs.edc   2 Jan 2007 05:23:40 -0000       1.1
+++ menu-programs.edc   8 Mar 2007 10:23:13 -0000       1.2
@@ -36,10 +36,7 @@
        action: STATE_SET "active" 0.0;
        target: "title_shadow2";
        transition: LINEAR 0.05;
-       after: "go_active";
 }
-
-#include "glint-programs.edc"
 
 program 
 {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to