Moving ui-components to ui
This commit is contained in:
parent
82193a41ca
commit
de515f35e9
1 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@ui
|
||||
|
||||
empty = ui.rect { w = 0, h = 0 };
|
||||
|
||||
centerH = parentW child \
|
||||
|
|
@ -390,3 +392,5 @@ sizedText = content \
|
|||
LayoutChild = Fixed Int (Int \ Int \ UI) | Flex Int (Int \ Int \ UI);
|
||||
Alignment = Start | Center | End;
|
||||
Direction = Col | Row;
|
||||
|
||||
@
|
||||
Loading…
Add table
Add a link
Reference in a new issue