elementary: oops, this should have never got in.

SVN revision: 71521
This commit is contained in:
Cedric BAIL 2012-05-30 01:06:07 +00:00
parent bad9efd8f7
commit 10ac173c00
1 changed files with 2 additions and 2 deletions

View File

@ -702,13 +702,13 @@ group { name: "elm/genlist/item_compress/message/default";
}
styles {
style { name: "genlist_textblock_style";
base: "font=Sans font_size=10 color=#000 wrap=none text_class=list_item";
base: "font=Sans font_size=10 color=#000 wrap=char text_class=list_item";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";
}
style { name: "genlist_textblock_style2";
base: "font=Sans font_size=10 color=#fff wrap=none text_class=list_item";
base: "font=Sans font_size=10 color=#fff wrap=char text_class=list_item";
tag: "br" "\n";
tag: "ps" "ps";
tag: "tab" "\t";