shadow between context area and toolbar

This commit is contained in:
Sebastian Kügler 2012-06-06 02:26:47 +02:00
parent 1ee3fbaf21
commit 3a8a66dc47

View File

@ -144,6 +144,18 @@ Item {
}
}
Image {
source: "image://appbackgrounds/shadow-bottom"
fillMode: Image.Tile
anchors {
right: navigationBackground.right
left: navigationBackground.left
top: topBar.bottom
//bottom: parent.bottom
//leftMargin: -1
}
}
onContentChanged: {
print("content changed to ");
//content.parent = contentBackground;