diff --git a/declarativeimports/test/AppTest.qml b/declarativeimports/test/AppTest.qml index 542253bf1..1ae1fe0fd 100644 --- a/declarativeimports/test/AppTest.qml +++ b/declarativeimports/test/AppTest.qml @@ -76,7 +76,7 @@ PlasmaExtras.App { width: app.width - navigationWidth - space*2 parent: contentArea anchors.margins: space*2 - Rectangle { color: "green"; opacity: 0.8; anchors.fill: contentItem; } + //Rectangle { color: "green"; opacity: 0.8; anchors.fill: contentItem; } } onWidthChanged: {