fix(xml): fix widget xmls

This commit is contained in:
Gabor Kiss-Vamosi
2025-01-13 22:11:06 +01:00
parent 39c4011864
commit ecfe33480b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,6 +11,6 @@ Example
<prop name="options" type="string" help="The options as a \n separated string"/>
<prop name="selected" type="int" help="The index of the selected option"/>
<prop name="symbol" type="string" help="The symbol, usually a caret"/>
<element name="list" access="get" help=""/>
<element name="list" access="get" type="lv_obj" help=""/>
</api>
</widget>
+1 -1
View File
@@ -13,7 +13,7 @@ Example
<prop name="tab_bar_position" type="dir(top bottom left right)" help=""/>
<element name="tab_bar" type="obj" access="get">
</element>
<element name="tab" type="obj" access="add">
<element name="tab" type="lv_obj" access="add">
<arg name="text" type="string"/>
</element>
</api>