Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow alignment of child elements #3

Open
fasihrana opened this issue Oct 8, 2018 · 4 comments
Open

Allow alignment of child elements #3

fasihrana opened this issue Oct 8, 2018 · 4 comments
Assignees
Labels
difficulty: hard Hard to fix or develop enhancement New feature or request priority: high High Priority

Comments

@fasihrana
Copy link
Owner

Right now, the only alignment done is left and the alignment properties are not implemented.

@fasihrana fasihrana added the enhancement New feature or request label Oct 8, 2018
@fasihrana fasihrana self-assigned this Oct 8, 2018
@fasihrana fasihrana added priority: high High Priority difficulty: hard Hard to fix or develop labels Oct 8, 2018
@fasihrana
Copy link
Owner Author

horizontal and vertical align now implemented for HBox and VBox using Top, Right, Bottom and Left properties.

These properties obey Stretch and Pixel units.

@fasihrana
Copy link
Owner Author

Scrollbox is the only one left in this ticket.

Will be tackling text-align in #21

@fasihrana
Copy link
Owner Author

VBox and Hbox have a problem aligning using their respective axis properties. turned them off for now but will attempt to re-implement them.

@fasihrana
Copy link
Owner Author

VBox and HBox alignment issues were resolved.

ScrollBox left.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
difficulty: hard Hard to fix or develop enhancement New feature or request priority: high High Priority
Projects
None yet
Development

No branches or pull requests

1 participant