shadow between context area and toolbar
This commit is contained in:
parent
1ee3fbaf21
commit
3a8a66dc47
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user