aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorPaul Olav Tvete <paul.tvete@qt.io>2023-11-13 16:26:14 +0100
committerPaul Olav Tvete <paul.tvete@qt.io>2023-11-16 10:42:58 +0100
commit47145e0674771c8de06ecd8543cd0578cec5972a (patch)
treecc8a6020cc48a14b2338eaa2394059d1a0570453 /tests/manual
parentd0a83e33305f0ab11751627446b2084bdc85de68 (diff)
Shapes: Fix manual test
Remove stray reference to implicitWidth/Height now that they are not 0 anymore. Change-Id: I9de062481a857f5781381aa4523272623ef780d3 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/painterpathquickshape/ControlledShape.qml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/manual/painterpathquickshape/ControlledShape.qml b/tests/manual/painterpathquickshape/ControlledShape.qml
index b0f4492eb2..db8333c2e2 100644
--- a/tests/manual/painterpathquickshape/ControlledShape.qml
+++ b/tests/manual/painterpathquickshape/ControlledShape.qml
@@ -66,8 +66,6 @@ Item {
Scale {
xScale: controlPanel.scale
yScale: controlPanel.scale
- origin.x: shape.implicitWidth / 2
- origin.y: shape.implicitHeight / 2
}
]
Shape {