elementary_text: Efl.Ui.Textbox Input Field

Entry was added to the same box. This commit fixes this.
You could observe this problem when starting the "Textbox Input Field" demo in elm_test

Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D10986
This commit is contained in:
Ali Alzyod 2019-12-30 14:15:58 +00:00 committed by Marcel Hollerbach
parent 3a75d76001
commit 2ec10f18d3
1 changed files with 0 additions and 1 deletions

View File

@ -234,7 +234,6 @@ test_efl_ui_text_inputfield(void *data EINA_UNUSED, Evas_Object *obj EINA_UNUSED
efl_text_multiline_set(en, EINA_TRUE);
efl_ui_textbox_scrollable_set(en, EINA_TRUE);
evas_object_size_hint_weight_set(en, EVAS_HINT_EXPAND, 0.5);
efl_pack(bx, en);
efl_gfx_entity_size_set(win, EINA_SIZE2D(300, 200));