summaryrefslogtreecommitdiffstats
path: root/tests/manual/layerfilter-qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/layerfilter-qml')
-rw-r--r--tests/manual/layerfilter-qml/main.qml8
1 files changed, 3 insertions, 5 deletions
diff --git a/tests/manual/layerfilter-qml/main.qml b/tests/manual/layerfilter-qml/main.qml
index acc4dae08..c883d5745 100644
--- a/tests/manual/layerfilter-qml/main.qml
+++ b/tests/manual/layerfilter-qml/main.qml
@@ -148,12 +148,10 @@ Entity {
components: [external_forward_renderer, inputSettings]
- GeometryRenderer {
+ PlaneMesh {
id: backgroundMesh
- view: PlaneMesh {
- width: 0.5
- height: 0.5
- }
+ width: 0.5
+ height: 0.5
}
Transform {