lv_list: fit is removed and moved to list style as widthe_sb

This commit is contained in:
Kiss-Vamosi Gabor
2017-01-08 15:58:31 +01:00
parent 1945e356e2
commit a2b90eb9a9
9 changed files with 20 additions and 79 deletions

View File

@@ -119,7 +119,7 @@ typedef enum
LV_PROTECT_OPA = 0x02, /*Prevent lv_obj_set_opar to modify the opacity*/
LV_PROTECT_PARENT = 0x04, /*Prevent automatic parent change (e.g. in lv_page)*/
LV_PROTECT_POS = 0x08, /*Prevent automatic positioning (e.g. in lv_rect layout)*/
}lv_obj_protect_t;
}lv_protect_t;
typedef enum
{