summaryrefslogtreecommitdiffstats
path: root/tests/manual/plasma/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/plasma/main.qml')
-rw-r--r--tests/manual/plasma/main.qml10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/manual/plasma/main.qml b/tests/manual/plasma/main.qml
index f93970405..0a01f699b 100644
--- a/tests/manual/plasma/main.qml
+++ b/tests/manual/plasma/main.qml
@@ -60,12 +60,10 @@ Entity {
Entity {
components: [
- GeometryRenderer {
- view: PlaneMesh {
- width: 2.0
- height: 2.0
- meshResolution: Qt.size(2, 2)
- }
+ PlaneMesh {
+ width: 2.0
+ height: 2.0
+ meshResolution: Qt.size(2, 2)
},
Transform { // Rotate the plane so that it faces us