summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/qmlcamera/qml/qmlcamera/main.qml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/qmlcamera/qml/qmlcamera/main.qml b/tests/qmlcamera/qml/qmlcamera/main.qml
index 4aa85728..819c5658 100644
--- a/tests/qmlcamera/qml/qmlcamera/main.qml
+++ b/tests/qmlcamera/qml/qmlcamera/main.qml
@@ -99,10 +99,10 @@ Item {
y: 0
width: 298
height: 298
- minXValue: testChart.scene.activeCamera.minXRotation
- minYValue: testChart.scene.activeCamera.minYRotation
- maxXValue: testChart.scene.activeCamera.maxXRotation
- maxYValue: testChart.scene.activeCamera.maxYRotation
+ minXValue: -180
+ minYValue: 0
+ maxXValue: 180
+ maxYValue: 90
}
Slider {