From 73e2d78647194f040773fae25be78ead3c90902c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20K=C3=BCgler?= Date: Tue, 20 Mar 2012 02:01:03 +0100 Subject: [PATCH] fix alignment in contentArea --- declarativeimports/plasmaextracomponents/qml/App.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/declarativeimports/plasmaextracomponents/qml/App.qml b/declarativeimports/plasmaextracomponents/qml/App.qml index b64e9cde1..73edbb8fa 100644 --- a/declarativeimports/plasmaextracomponents/qml/App.qml +++ b/declarativeimports/plasmaextracomponents/qml/App.qml @@ -68,7 +68,7 @@ Item { Image { id: contentBackground - anchors { left: navigationBackground.right; right: parent.right; top: topBar.bottom; bottom: parent.bottom; rightMargin: space*2 } + anchors { left: navigationBackground.right; right: parent.right; top: topBar.bottom; bottom: parent.bottom; } source: "image://appbackgrounds/standard" fillMode: Image.Tile asynchronous: true