We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a working system of constraints that generates the expected layout, but in a small window. Now I'm adding constraints
super.width <= 1000 super.height <= 1000
and my window gets big.
I can sort-of understand that the solution with a window thats as big as allowed might be the optimum.
But why can't I shrink the window now ?
The text was updated successfully, but these errors were encountered:
Could be related to #19?
Sorry, something went wrong.
No branches or pull requests
I have a working system of constraints that generates the expected layout, but in a small window. Now I'm adding constraints
super.width <= 1000
super.height <= 1000
and my window gets big.
I can sort-of understand that the solution with a window thats as big as allowed might be the optimum.
But why can't I shrink the window now ?
The text was updated successfully, but these errors were encountered: