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