add a tiny shadow

SVN revision: 17469
This commit is contained in:
codewarrior 2005-10-12 22:26:18 +00:00 committed by codewarrior
parent c73c784698
commit 0465570086
1 changed files with 3 additions and 3 deletions

View File

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