summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Alzyod <ali198724@gmail.com>2019-12-30 14:15:58 +0000
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-12-31 11:42:31 +0100
commit2ec10f18d33c77c5103e16f85874e8b527e73ef8 (patch)
treee09f2b3e432f86b4a0c93d0be3f67152ba6bfd47
parent3a75d76001aaaa5a82fc9891bfca769fa8390553 (diff)
downloadefl-2ec10f18d33c77c5103e16f85874e8b527e73ef8.tar.gz
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
-rw-r--r--src/bin/elementary/test_efl_ui_text.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/elementary/test_efl_ui_text.c b/src/bin/elementary/test_efl_ui_text.c
index dc1748bd07..53914831e7 100644
--- a/src/bin/elementary/test_efl_ui_text.c
+++ b/src/bin/elementary/test_efl_ui_text.c
@@ -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));