-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.6.0 Beta
-
None
The minimum width of the Dialog component is incorrect: it doesn't follow the implicitWidth of the contents.
DefaultDialogWrapper.qml
property real minimumHeight: implicitHeight property real minimumWidth: Screen.pixelDensity * 50
As you can see, while the height is properly calculated, the width is set to an arbitrary value.