ui: fix warning from changing entry to label

This commit is contained in:
Andy Williams 2017-01-09 19:31:40 +00:00
parent ea26eb5d5e
commit 9009dc4fce
1 changed files with 0 additions and 1 deletions

View File

@ -344,7 +344,6 @@ extra_win_setup(void)
evas_object_show(table);
ui.theme_ui.title = elm_label_add(table);
elm_entry_editable_set(ui.theme_ui.title, EINA_FALSE);
evas_object_size_hint_weight_set(ui.theme_ui.title, EVAS_HINT_EXPAND, 0.0);
evas_object_size_hint_align_set(ui.theme_ui.title, 0.0, EVAS_HINT_FILL);
elm_table_pack(table, ui.theme_ui.title, 0, 0, 3, 1);