fix(xml): fix scale section props (#8528)

This commit is contained in:
Gabor Kiss-Vamosi
2025-07-03 22:23:00 +02:00
committed by GitHub
parent b441ec37fa
commit 389af4d6ed
+2 -4
View File
@@ -28,10 +28,8 @@
<prop name="draw_ticks_on_top" type="bool" help=""/>
<element name="section" type="lv_scale_section" access="add">
<prop name="range" help="">
<param name="int" type="minor_range" help=""/>
<param name="int" type="major_range" help=""/>
</prop>
<prop name="min_value" type="int" help=""/>
<prop name="max_value" type="int" help=""/>
<prop name="style_main" type="style" help=""/>
<prop name="style_indicator" type="style" help=""/>
<prop name="style_items" type="style" help=""/>