more design fixes
This commit is contained in:
parent
58f5d4835b
commit
c459516e2a
1 changed files with 4 additions and 4 deletions
|
@ -155,8 +155,8 @@ Page {
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
|
||||||
bottomMargin: parent.height * 0.3
|
bottomMargin: parent.height * 0.2
|
||||||
topMargin: bottomMargin
|
topMargin: anchors.bottomMargin
|
||||||
}
|
}
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
smooth: true
|
smooth: true
|
||||||
|
@ -172,8 +172,8 @@ Page {
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
right: parent.right
|
right: parent.right
|
||||||
|
|
||||||
bottomMargin: parent.height * 0.35
|
bottomMargin: parent.height * 0.25
|
||||||
topMargin: bottomMargin
|
topMargin: anchors.bottomMargin
|
||||||
}
|
}
|
||||||
fillMode: Image.PreserveAspectFit
|
fillMode: Image.PreserveAspectFit
|
||||||
smooth: true
|
smooth: true
|
||||||
|
|
Reference in a new issue