Add combo_item widget, custom layout for the combo is working again.
This commit is contained in:
@ -131,8 +131,8 @@ ecdb_erase_page_show(void)
|
||||
|
||||
EINA_LIST_FOREACH(em->drives, l, drive)
|
||||
{
|
||||
d = ecdb_button_add(b, NULL);
|
||||
ecdb_button_label_set(d, drive->product);
|
||||
d = ecdb_combo_item_add(b, NULL);
|
||||
ecdb_combo_item_label_set(d, drive->product);
|
||||
ecdb_combo_append(b, d);
|
||||
evas_object_show(d);
|
||||
}
|
||||
|
Reference in New Issue
Block a user