Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-12741

regression in showing Text Alignments

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 3.2.0-rc1
    • Qt Creator 3.2.0-rc1
    • Quick Designer
    • None
    • windows

    Description

      With QtCreator 3.2 the alignment is ignored in the QmlDesigner. This worked in older versions.

      import QtQuick 2.0
      
      Rectangle {
          width: 100
          height: 62
          Text {
              anchors.fill: parent
              text: "text"
              verticalAlignment: Text.AlignVCenter
              horizontalAlignment: Text.AlignHCenter
          }
      }
      

      Attachments

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

        Activity

          People

            bubke Marco Bubke
            tjenssen Tim Jenssen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes