fix alignment in contentArea

This commit is contained in:
Sebastian Kügler 2012-03-20 02:01:03 +01:00
parent b4b8986209
commit 73e2d78647

View File

@ -68,7 +68,7 @@ Item {
Image { Image {
id: contentBackground 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" source: "image://appbackgrounds/standard"
fillMode: Image.Tile fillMode: Image.Tile
asynchronous: true asynchronous: true