Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 3.2.0-rc1
-
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 } }