ConstructEssentials

i'm really out of ideas how to name another struct name with function parameters. Well, here we go - essentials.
This commit is contained in:
Aleksander
2025-10-11 11:26:25 +02:00
parent ce8cd3bce7
commit 200d5223d3
11 changed files with 90 additions and 78 deletions

View File

@@ -17,9 +17,8 @@
</rectangle>
<!-- content itself -->
<div width="100%" height="100%" padding="8" gap="4" flex_direction="column">
<label text="Window content" />
<Button id="button" color="#9911AA" text="I'm clickable." width="128" height="24" />
<div id="content" width="100%" height="100%" padding="8" gap="4" flex_direction="column">
</div>
</rectangle>
</elements>