Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.8.0, 5.10.1, 5.12.0 RC
Description
When setting the minimumHeight or minimumWidth for ApplicationWindow the window isn't resized.
Steps to reproduce the issue:
1. Run attached test application
2. Observe the window size
3. Resize window
Expected results:
Window is resized automatically to correct minimum dimensions
Actual results:
Window needs to be resized manually to get it to snap to minimum dimensions
Notes:
This works on Linux with Control 2 and also on macOS with Controls 1.
Attachments
Issue Links
- relates to
-
QTBUG-58963 When a QML Window has minimumWidth and minimumHeight set to 300 then it will not show its contents until something causes an update
- Closed
-
QTBUG-59131 [macOS]: When a Window uses implicitWidth/Height as the minimum then it will not show up correctly
- Reported