Searched refs:btn_h (Results 1 – 1 of 1) sorted by relevance
132 lv_coord_t btn_h = lv_font_get_line_height(font) + LV_DPI_DEF / 10; in lv_msgbox_create() local133 lv_obj_set_size(mbox->btns, btn_cnt * (2 * LV_DPI_DEF / 3), btn_h); in lv_msgbox_create()