Ui text: update inputfield test to reflect theme and part changes

This commit is contained in:
Daniel Hirt 2018-11-12 18:57:42 +02:00
parent fed99f8d13
commit 6c64b1ceb7
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ test_efl_ui_text_inputfield(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED
printf("Added Efl.Ui.Text object\n");
efl_text_font_width_set(en, EFL_TEXT_FONT_WIDTH_ULTRACONDENSED);
efl_text_normal_color_set(en, 255, 255, 255, 255);
efl_text_set(efl_part(en, "efl.text_guide"), "Enter you name here");
efl_pack(bx, en);