From 5e6a522e82aa3cfab413d2723a22592d1063017a Mon Sep 17 00:00:00 2001 From: Anatasof Wirapraja Date: Sat, 31 Aug 2019 09:38:02 +0700 Subject: fix image anchor --- LoginForm.ui.qml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index 0406185..6075ffd 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -77,11 +77,11 @@ Rectangle { Image { id: image anchors.top: logotext.bottom - anchors.topMargin: 56 + anchors.topMargin: 48 anchors.right: parent.right - anchors.rightMargin: 16 + anchors.rightMargin: 56 anchors.left: parent.left - anchors.leftMargin: 16 + anchors.leftMargin: 56 anchors.bottom: onboarding_text_1.top anchors.bottomMargin: 16 source: "onboarding-1.png" @@ -107,8 +107,7 @@ Rectangle { - /*##^## Designer { - D{i:4;anchors_width:100;anchors_x:130;anchors_y:69}D{i:5;anchors_height:258;anchors_width:258;anchors_x:51;anchors_y:80} + D{i:5;anchors_height:258;anchors_width:258;anchors_x:51;anchors_y:80} } ##^##*/ -- cgit v1.2.3