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

Items with no baseline alignment is not made visible in a RowLayout where all other items has a baseline

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • P2: Important
    • 5.2.1
    • 5.2.0
    • Quick: Layouts
    • None

    Description

      Add the following lines to a RowLayout in tests/manual/baselines/main.qml:

      Rectangle {
          implicitWidth: 5
          Layout.fillHeight: true
          color: "red"
      }
      

      You will see that the rectangle is not visible. I would expect it to be not influenced by the baselines of its siblings, and just fill the whole height of the layout, and be 5 pixels wide.

      Attachments

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

        Activity

          People

            smd Jan Arve
            smd Jan Arve
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes