Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-51103

Dialog minimum width is incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 5.6.0 Beta
    • Quick: Controls 1
    • 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.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            qt.team.quick.subscriptions Qt Quick and Widgets Team
            mardy Alberto Mardegan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes