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