elementary: oops, this should have never got in.
authorCedric BAIL <cedric.bail@free.fr>
Wed, 30 May 2012 01:06:07 +0000 (01:06 +0000)
committerCedric BAIL <cedric.bail@free.fr>
Wed, 30 May 2012 01:06:07 +0000 (01:06 +0000)
SVN revision: 71521

data/themes/widgets/genlist.edc

index 42d0292..2401b21 100644 (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";