Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/data/themes


Modified Files:
        default_menu.edc 


Log Message:



fix title look - nicer imho :)

===================================================================
RCS file: /cvs/e/e17/apps/e/data/themes/default_menu.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- default_menu.edc    9 Aug 2006 15:24:34 -0000       1.12
+++ default_menu.edc    9 Aug 2006 16:41:18 -0000       1.13
@@ -80,28 +80,9 @@
         }
       }
       part {
-        name:          "title_bg";
-        description {
-           state:    "default" 0.0;
-           rel1 {
-              to:       "title_overlay";
-           }
-           rel2 {
-              to:       "title_overlay";
-           }
-           image {
-              normal: "e17_ibar_bg_h.png";
-              border: 6 6 6 6;
-           }
-           fill {
-              smooth: 0;
-           }
-        }
-      }
-      part {
         name:          "title";
         type:          TEXT;
-        effect:        SHADOW;
+         effect: SOFT_SHADOW;
         mouse_events:  0;
         description {
            state:    "default" 0.0;
@@ -115,54 +96,33 @@
               relative: 1.0  0.0;
               offset:   -1   0;
            }
-           color: 0 0 0 255;
-           color3: 255 255 255 128;
+            color: 255 255 255 255;
+            color3: 0 0 0 42;
            text {
-              text:     "Menu Label";
+              text:     "Menu Title";
               font:     "Edje-Vera-Bold";
-              size:     12;
-              min:      1 0;
-              align:    0.5 0.7;
+              size:     10;
+              min:      0 0;
+              align:    0.5 0.0;
               text_class: "menu_title";
+              elipsis: 0.0;
            }
         }
         description {
            state:    "active" 0.0;
            inherit:  "default" 0.0;
            visible:  1;
+           align:    0.5 0.0;
            rel1 {
               relative: 0.0  0.0;
-              offset:   0    0;
+              offset:   0    4;
            }
            rel2 {
               relative: 1.0  0.0;
-              offset:   -1   26;
+              offset:   -1   4;
            }
-        }
-      }
-      part {
-        name:          "title_overlay";
-        mouse_events:  0;
-        description {
-           state:    "default" 0.0;
-           align:    0.5 1.0;
-           rel1 {
-              relative: 0.0 0.0;
-              offset:  16   0;
-              to_y: "title";
-           }
-           rel2 {
-              relative: 1.0 1.0;
-              offset:  -17  0;
-              to_y: "title";
-           }
-           image {
-              normal: "e17_ibar_over_h.png";
-              border: 13 13 13 13;
-              middle: 0;
-           }
-           fill {
-              smooth: 0;
+           text {
+              min:      1 1;
            }
         }
       }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to