feat(style) add basic support to min/max-width/height
This commit is contained in:
@@ -23,7 +23,11 @@ props = [
|
||||
{'name': 'PAD_ROW', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'PAD_COLUMN', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'WIDTH', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'MIN_WIDTH', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'MAX_WIDTH', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'HEIGHT', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'MIN_HEIGHT', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'MAX_HEIGHT', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'X', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'Y', 'style_type': 'num', 'var_type': 'lv_coord_t' },
|
||||
{'name': 'ALIGN', 'style_type': 'num', 'var_type': 'lv_align_t' },
|
||||
|
||||
Reference in New Issue
Block a user