Skip to content

Commit

Permalink
mior example fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Dec 6, 2024
1 parent 32d915b commit b5fd9bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion examples/components/buttons/button_default.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<component>
<api>
<prop name="text" type="string" default="Button"/>
<prop name="my_width" type="int" default="100"/>
</api>
<styles>
<style name="main" bg_color="0x22222" border_width="2" border_color="0x333333" radius="100"/>
Expand Down
10 changes: 5 additions & 5 deletions examples/widgets/dark_slider/dark_slider.xml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<widget>
<params>
<string name="text"/>
</params>
<api>
<prop type="string" name="text"/>
</api>
<styles>
<style name="main"
bg_color="0x333333" bg_opa="255"
border_width="2" border_color="0xaaaaaa"
radius="100"
width="100"
pad_all="3"/>
width="120"
pad_all="3"/>
<style name="light_knob"
bg_color="0xeeeeee" bg_opa="255"
border_width="2" border_color="0xaaaaaa" pad_all="10"/>
Expand Down

0 comments on commit b5fd9bd

Please sign in to comment.