Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
5.1.1, 5.2.0 Alpha
-
None
-
Windows 7, x86, msvc2010, ANGLE
Description
In my example, the item always set to the minimum size, even if it has implicitSize specified. If I change the item code to not depend on SplitView size, for example:
Layout.maximumHeight: 250
all works fine.
I fixed that already for earlier implementation of controls. See https://codereview.qt-project.org/#change,47601 for more information.