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

Implement min-width, min-height equivalent attributes #1

Closed
thagikura opened this issue May 4, 2016 · 2 comments
Closed

Implement min-width, min-height equivalent attributes #1

thagikura opened this issue May 4, 2016 · 2 comments

Comments

@thagikura
Copy link
Contributor

At this moment, each flex item can be shrank down to the size of 0 (invisible) if layout_flexShrink is set.
min-width, min-height equivalent attributes are useful to set a lower bound.

@thagikura
Copy link
Contributor Author

Also introducing max-width, max-height is reasonable to set a upper bound.

evant added a commit to evant/flexbox-layout that referenced this issue May 14, 2016
This allows you to specify a minimum size your view is allowed to
shrink to. Fixes google#1
evant added a commit to evant/flexbox-layout that referenced this issue May 15, 2016
This allows you to specify a minimum size your view is allowed to
shrink to. Fixes google#1
evant added a commit to evant/flexbox-layout that referenced this issue May 15, 2016
This allows you to specify a minimum size your view is allowed to
shrink to. google#1
evant added a commit to evant/flexbox-layout that referenced this issue May 15, 2016
This allows you to specify a minimum size your view is allowed to
shrink to. google#1
evant added a commit to evant/flexbox-layout that referenced this issue May 22, 2016
This allows you to specify a minimum size your view is allowed to
shrink to. google#1
evant added a commit to evant/flexbox-layout that referenced this issue May 22, 2016
This allows you to specify a minimum size your view is allowed to
shrink to. google#1
evant added a commit to evant/flexbox-layout that referenced this issue May 22, 2016
thagikura pushed a commit that referenced this issue May 31, 2016
This allows you to specify a minimum size your view is allowed to
shrink to. #1
@thagikura thagikura added this to the 0.2.0 milestone May 31, 2016
@thagikura
Copy link
Contributor Author

Fixed by #51 and #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant