From c459516e2a4b998ff67e94087613e38226b3ae19 Mon Sep 17 00:00:00 2001 From: dorian Date: Fri, 7 Dec 2018 23:12:34 +0100 Subject: [PATCH] more design fixes --- qml/LoginPage.qml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qml/LoginPage.qml b/qml/LoginPage.qml index 50cfcfc..530c691 100644 --- a/qml/LoginPage.qml +++ b/qml/LoginPage.qml @@ -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