Skip to content

Commit

Permalink
example cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lommix committed Dec 3, 2024
1 parent 4b55a9e commit 14abf5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
13 changes: 2 additions & 11 deletions example/assets/demo/menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,13 @@
<panel
secondary="#a02"
primary="#401"
title="Foo"
title="Grid"
>
<node flex_direction="column">
<node
justify_content="space_between"
padding="0 4px"
margin="0px 5px"
>
<text>Inventory</text>
<text>[ scroll ]</text>
</node>
<button
target="inventory"
width="420px"
height="300px"
overflow="hidden scroll"
overflow="visible scroll"
align_content="center"
justify_content="center"
>
Expand Down
1 change: 1 addition & 0 deletions example/assets/demo/panel.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
shadow_blur="5px"
shadow_spread="2px"
overflow="visible scroll"
overflow_clip_margin="content_box 1"
>
<node
flex_direction="column"
Expand Down

0 comments on commit 14abf5f

Please sign in to comment.