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

Strange resize behaviour with big minHeight and minWidth values

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P2: Important
    • None
    • 6.2
    • GUI: Window management
    • None
    • Windows

    Description

      Simple example shows the strange resize behavior

      Window wont resize horizontally and slides down if user tries to resize vertically

       

      import QtQuick

      Window {

          width: 640

          height: 480

          visible: true

          title: qsTr("Hello World")

          minimumWidth: Screen.width

          minimumHeight: Screen.height

      }

      Attachments

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

        Activity

          People

            owolff Oliver Wolff
            neugen Evgeny Neustroev
            Votes:
            4 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes