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

LinearLayout/FreeLayout shall support min-width, max-width, min-height and max-height #12

Closed
tomyeh opened this issue Sep 5, 2012 · 1 comment

Comments

@tomyeh
Copy link
Member

tomyeh commented Sep 5, 2012

For example,

mainView.layout.text = "type: linear; orient: vertical";
for (int i = 0; i < 2; ++i) {
  final view = new View();
  view.classes.add("container");
  view.layout.text = "type: linear; spacing: 5";
  view.profile.text = "min-width: 150; min-height: 150";
  mainView.addChild(view);
}

The view shall take 200 x 100 if it has no child.

@tomyeh
Copy link
Member Author

tomyeh commented Sep 5, 2012

Fixed since Sept. 5, 2012

@tomyeh tomyeh closed this as completed Sep 5, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant