proxy_textblock: update api call.

This commit is contained in:
Hermet Park 2019-12-24 14:33:58 +09:00
parent ae6cf1318b
commit cf48e97379
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ static void _setup(void)
"nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in "
"culpa qui officia deserunt mollit anim id est laborum."
);
efl_text_normal_color_set(o, 0, 0, 0, 255);
efl_text_color_set(o, 0, 0, 0, 255);
efl_gfx_entity_size_set(o, EINA_SIZE2D(480, 160));
efl_gfx_entity_visible_set(o, EINA_TRUE);