Uploaded image for project: 'Qt for MCUs'
  1. Qt for MCUs
  2. QTMCU-63

Column.spacing shows different with normal QML

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • Qt for MCUs 2.0
    • Qt for MCUs 1.9
    • QML, QUL Team
    • None
    • 6c47ff62b89f135e23520478ec02b96e9c0138aa
    • QUL Sprint 4.3/2021, Sprint 4.4/2021, QUL Sprint 4.6/2021

    Description

          Rectangle {
              anchors.fill: col
              color: "red"
          }
      
          Column {
              id: col
              spacing: 10
              Repeater {
                   model: 5
                   delegate: Rectangle {
                       width: 100
                       height: 10
                       color: "black"
                   }
               }
          }
      

      Here is the demo, there is a margin of the first row which is not expected.

      Attachments

        Issue Links

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

          Activity

            People

              odys Odyseusz Spiridis
              jiu shanheng jiu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes