more design fixes

This commit is contained in:
Dorian Zedler 2018-12-07 23:12:34 +01:00
parent 58f5d4835b
commit c459516e2a

View file

@ -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