Expedite: Use the new default tags.

SVN revision: 66195
This commit is contained in:
Tom Hacohen 2011-12-14 13:47:09 +00:00
parent 012af4d3d8
commit 38cd554da6
4 changed files with 0 additions and 7 deletions

View File

@ -29,8 +29,6 @@ static void _setup(void)
evas_textblock_style_set
(st,
"DEFAULT='font=Sans font_size=10 color=#000000 wrap=word'"
"br='\n'"
"ps='ps'"
);
evas_object_textblock_style_set(o, st);
evas_textblock_style_free(st);

View File

@ -38,8 +38,6 @@ static void _setup(void)
"red='+ color=#ff0000'"
"p='+ font=Vera,Kochi font_size=10 align=left'"
"/p='- \n'"
"br='\n'"
"tab='\t'"
);
evas_object_textblock_style_set(o, st);
evas_textblock_style_free(st);

View File

@ -29,7 +29,6 @@ static void _setup(void)
evas_textblock_style_set
(st,
"DEFAULT='font=Sans font_size=10 align=left color=#000000 wrap=word'"
"br='\n'"
);
evas_object_textblock_style_set(o, st);
evas_textblock_style_free(st);

View File

@ -29,8 +29,6 @@ static void _setup(void)
evas_textblock_style_set
(st,
"DEFAULT='font=Sans font_size=10 color=#000000 wrap=word'"
"br='\n'"
"ps='ps'"
);
evas_object_textblock_style_set(o, st);
evas_textblock_style_free(st);