Home
last modified time | relevance | path

Searched refs:list_fit_h (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/widgets/dropdown/
Dlv_dropdown.c545 int32_t list_fit_h = label_h + top + bottom; in lv_dropdown_open() local
546 int32_t list_h = list_fit_h; in lv_dropdown_open()
576 if(list_h > list_fit_h) list_h = list_fit_h; in lv_dropdown_open()