Replies: 1 comment
-
Maybe it is related to #6821 . But I am still struggling to understand why the width constraint is from the inner rectangle. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
maybe I am missing something, but I would have expected that in the following code snippet all cases behave the same.
But case 1 and 3 force the width on the window. Also I do not understand why it is forcing the width of 300px on the window and not 480px. The base rectangle has the size of 480px but is cutoff.
In case 2 the window can be resized freely.
Why are the cases different? And why will the inner rectangle dictate the width of the outer window ignoring the width of the base rectangle?
Beta Was this translation helpful? Give feedback.
All reactions