give desktop icons text shadows again.

SVN revision: 56789
This commit is contained in:
Carsten Haitzler 2011-02-07 22:54:23 +00:00
parent 30a478c4fa
commit fea9dcbda7
1 changed files with 4 additions and 4 deletions

View File

@ -18512,11 +18512,11 @@ collections {
styles {
style {
name: "fileman_icon_name";
base: "font=Sans font_size=10 text_class=fileman_icon align=center color=#fff wrap=mixed ellipsis=1.0";
base: "font=Sans font_size=10 text_class=fileman_icon align=center color=#fff wrap=mixed ellipsis=1.0 style=soft_shadow shadow_color=#0002";
}
style {
name: "fileman_icon_name_full";
base: "font=Sans font_size=10 text_class=fileman_icon align=center color=#fff wrap=mixed";
base: "font=Sans font_size=10 text_class=fileman_icon align=center color=#fff wrap=mixed style=soft_shadow shadow_color=#0002";
}
}
@ -19551,11 +19551,11 @@ collections {
styles {
style {
name: "fileman_desktop_icon_name";
base: "font=Sans:style=Bold font_size=10 text_class=desktop_icon align=center color=#fff wrap=mixed ellipsis=1.0";
base: "font=Sans:style=Bold font_size=10 text_class=desktop_icon align=center color=#fff wrap=mixed ellipsis=1.0 style=soft_shadow shadow_color=#0002";
}
style {
name: "fileman_desktop_icon_name_full";
base: "font=Sans:style=Bold font_size=10 text_class=desktop_icon align=center color=#fff wrap=mixed";
base: "font=Sans:style=Bold font_size=10 text_class=desktop_icon align=center color=#fff wrap=mixed style=soft_shadow shadow_color=#0002";
}
}
parts {