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

When resizing a Window vertically there can be gaps between the top of the window and a header

    XMLWordPrintable

Details

    Description

      import QtQuick 2.9
      import QtQuick.Window 2.2
      
      Window {
          id: window
          visible: true
          width: 400
          height: 400
      
          Rectangle {
              color: "navajowhite"
              implicitHeight: 24
              width: parent.width
          }
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.graphics.and.multimedia Qt Graphics Team
              andysh Andy Shaw
              Votes:
              2 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes