mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-31 16:27:03 +08:00
fix(xml): fix scale section props (#8528)
This commit is contained in:
committed by
GitHub
parent
b441ec37fa
commit
389af4d6ed
+2
-4
@@ -28,10 +28,8 @@
|
|||||||
<prop name="draw_ticks_on_top" type="bool" help=""/>
|
<prop name="draw_ticks_on_top" type="bool" help=""/>
|
||||||
|
|
||||||
<element name="section" type="lv_scale_section" access="add">
|
<element name="section" type="lv_scale_section" access="add">
|
||||||
<prop name="range" help="">
|
<prop name="min_value" type="int" help=""/>
|
||||||
<param name="int" type="minor_range" help=""/>
|
<prop name="max_value" type="int" help=""/>
|
||||||
<param name="int" type="major_range" help=""/>
|
|
||||||
</prop>
|
|
||||||
<prop name="style_main" type="style" help=""/>
|
<prop name="style_main" type="style" help=""/>
|
||||||
<prop name="style_indicator" type="style" help=""/>
|
<prop name="style_indicator" type="style" help=""/>
|
||||||
<prop name="style_items" type="style" help=""/>
|
<prop name="style_items" type="style" help=""/>
|
||||||
|
|||||||
Reference in New Issue
Block a user