mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-23 15:56:59 +08:00
fix(properties.py): fix to comply with adjustments
This commit is contained in:
committed by
Gabor Kiss-Vamosi
parent
6d546a8695
commit
3a4cf38ef3
@@ -173,7 +173,7 @@ def write_style_header(output, properties_by_widget):
|
||||
|
||||
|
||||
/* *INDENT-OFF* */
|
||||
typedef enum {{
|
||||
enum _lv_property_style_id_t {{
|
||||
''')
|
||||
|
||||
for property in properties:
|
||||
@@ -184,7 +184,7 @@ typedef enum {{
|
||||
f" LV_PROPERTY_ID(STYLE, {name.upper() + ',' :25} {id_type+',' :28} LV_STYLE_{name.upper()}),\n"
|
||||
)
|
||||
|
||||
f.write('} lv_property_style_id_t;\n\n')
|
||||
f.write('};\n\n')
|
||||
f.write('#endif\n')
|
||||
f.write('#endif\n')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user