1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

change line 50 'fir' to 'fit'

This commit is contained in:
wit_yuan 2018-07-21 16:09:51 +08:00
parent 339227877a
commit d0b5c705bf

View File

@ -47,7 +47,7 @@ typedef struct
/*New data for this type */
uint8_t layout :4; /*A layout from 'lv_cont_layout_t' enum*/
uint8_t hor_fit :1; /*1: Enable horizontal fit to involve all children*/
uint8_t ver_fit :1; /*1: Enable horizontal fir to involve all children*/
uint8_t ver_fit :1; /*1: Enable horizontal fit to involve all children*/
}lv_cont_ext_t;
/**********************