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

      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
          }
      }
      

        1. resize-flicker-qt-quick.gif
          147 kB
          Mitch Curtis
        2. ubuntu-gallery-resize.gif
          6.90 MB
          Mitch Curtis
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes