fix alignment in contentArea
This commit is contained in:
parent
b4b8986209
commit
73e2d78647
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user