add a tiny shadow
authorcodewarrior <codewarrior>
Wed, 12 Oct 2005 22:26:18 +0000 (22:26 +0000)
committercodewarrior <codewarrior@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 12 Oct 2005 22:26:18 +0000 (22:26 +0000)
SVN revision: 17469

data/themes/default_fileman.edc

index 9f8ceb7..39a57cd 100644 (file)
@@ -124,8 +124,7 @@ styles
 {
       style {
         name: "fileman_icon_style"; 
-        base: "font=Edje-Vera color=#000  font_size=10 align=center wrap=char";
-        //style=soft_shadow shadow_color=#cccccc
+        base: "font=Edje-Vera color=#000 style=shadow shadow_color=#cccccc font_size=10 align=center wrap=char";        
         tag:  "br" "\n";
         tag:  "hilight" "+ font=Edje-Vera-Bold";
         tag:  "invisible" "+ font=Edje-Vera font_size=7 style=none color=#0002";
@@ -283,7 +282,7 @@ group {
       part {
         name:          "icon_title";
         type:          TEXT;
-        effect:        NONE;
+        effect:        SHADOW;
         description {
            rel1 {
               relative: 0.0 1.0;
@@ -294,6 +293,7 @@ group {
               offset:   -6 -6;
            }
            color:      0 0 0 255;
+           color3: 255 255 255 128;        
            text {
               text: "No Title";
               align:    0.0 0.0;