Moving ui-components to ui

This commit is contained in:
Dustin Swan 2026-04-08 18:49:03 -06:00
parent 82193a41ca
commit de515f35e9
No known key found for this signature in database
GPG key ID: 30D46587E2100467

View file

@ -1,3 +1,5 @@
@ui
empty = ui.rect { w = 0, h = 0 }; empty = ui.rect { w = 0, h = 0 };
centerH = parentW child \ centerH = parentW child \
@ -390,3 +392,5 @@ sizedText = content \
LayoutChild = Fixed Int (Int \ Int \ UI) | Flex Int (Int \ Int \ UI); LayoutChild = Fixed Int (Int \ Int \ UI) | Flex Int (Int \ Int \ UI);
Alignment = Start | Center | End; Alignment = Start | Center | End;
Direction = Col | Row; Direction = Col | Row;
@