aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2018-02-20 10:34:37 +0100
committerMitch Curtis <mitch.curtis@qt.io>2018-02-20 10:49:12 +0000
commit7c2152f687fddf8d9358d7bf9aefd9aa03621975 (patch)
tree71bb02c1932e2536d93a6ebea703808f7603ac50 /tests/auto/quick
parent961c3714d01f8f3fd81171040784767bf39751ca (diff)
test_defaultPropertyAliasCrash(): fix anchor warnings
The item was trying to center itself within a layout for some reason. Change-Id: I7a4bdf0fdce91cd1dad6ec9c5ae27a5fbe07408f Reviewed-by: J-P Nurmi <jpnurmi@qt.io>
Diffstat (limited to 'tests/auto/quick')
-rw-r--r--tests/auto/quick/qquicklayouts/data/rowlayout/ContainerUser.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/quick/qquicklayouts/data/rowlayout/ContainerUser.qml b/tests/auto/quick/qquicklayouts/data/rowlayout/ContainerUser.qml
index 8c4757baaa..f6c1199218 100644
--- a/tests/auto/quick/qquicklayouts/data/rowlayout/ContainerUser.qml
+++ b/tests/auto/quick/qquicklayouts/data/rowlayout/ContainerUser.qml
@@ -57,7 +57,6 @@ Container {
Text {
objectName: "qtbug51927-text"
text: qsTr("Hello World")
- anchors.centerIn: parent
renderType: Text.QtRendering
}
}