Vstack .max spacing doesn’t work #63
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
When i run something like:
I get error “value “-1” of type ‘gint’ is invalid or out of range for property ‘spacing’ of type ‘gint’”
Is this intended or a bug
Thanks!
To Reproduce
Expected behavior
.max spacing will move object to furtherest place
Additional context
No response
That's not a bug.
If you want to increase the spacing between the items to a maximum, use
vexpand(_:)andvalign(_:)on the individual items.This for example gives
helloall the vertical space except for the vertical space used byworldand aligns it to the top (inside this space):