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
|
||||
right: parent.right
|
||||
|
||||
bottomMargin: parent.height * 0.3
|
||||
topMargin: bottomMargin
|
||||
bottomMargin: parent.height * 0.2
|
||||
topMargin: anchors.bottomMargin
|
||||
}
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
|
@ -172,8 +172,8 @@ Page {
|
|||
bottom: parent.bottom
|
||||
right: parent.right
|
||||
|
||||
bottomMargin: parent.height * 0.35
|
||||
topMargin: bottomMargin
|
||||
bottomMargin: parent.height * 0.25
|
||||
topMargin: anchors.bottomMargin
|
||||
}
|
||||
fillMode: Image.PreserveAspectFit
|
||||
smooth: true
|
||||
|
|
Reference in a new issue