From a315b897463b1560fc65e3d128dab47a432c8f78 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 21 Aug 2019 14:33:01 +0800 Subject: Removed things that aren't used yet --- LoginForm.ui.qml | 29 ----------------------------- 1 file changed, 29 deletions(-) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index 2171182..cae5939 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -22,15 +22,6 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter } - RowLayout { - x: 34 - y: 419 - width: googleButton.width - height: googleButton.height - anchors.horizontalCenterOffset: 0 - anchors.horizontalCenter: parent.horizontalCenter - } - Button { id: googleButton y: 419 @@ -70,24 +61,4 @@ Rectangle { anchors.left: parent.left anchors.leftMargin: 16 } - - Text { - id: element - x: 16 - y: 597 - width: 328 - height: 32 - color: "#99000000" - text: qsTr("By creating an account you agree to our Terms of Use and Privacy Policy.") - font.family: "Arial" - verticalAlignment: Text.AlignVCenter - horizontalAlignment: Text.AlignHCenter - wrapMode: Text.WordWrap - font.pixelSize: 12 - } -} - -/*##^## Designer { - D{i:1;anchors_x:124;anchors_y:158}D{i:5;anchors_height:32;anchors_width:328;anchors_x:16;anchors_y:597} } - ##^##*/ -- cgit v1.2.3 From dd3ace322e24e6090b4c0dd8b90c56bacf41780a Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 21 Aug 2019 14:46:26 +0800 Subject: Removed an invalid referral to a reference that had been deleted in the previous commit. --- LoginForm.ui.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index cae5939..d5b69c4 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -53,7 +53,6 @@ Rectangle { font.bold: false font.family: "Arial" padding: 8 - anchors.bottom: textArea.top anchors.bottomMargin: 16 anchors.right: parent.right anchors.rightMargin: 16 -- cgit v1.2.3 From 43e4cc52cc3c1abfd573d140fc5f414f6c72451f Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 21 Aug 2019 17:17:34 +0800 Subject: Revert "Removed an invalid referral" This reverts commit dd3ace322e24e6090b4c0dd8b90c56bacf41780a. --- LoginForm.ui.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index d5b69c4..cae5939 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -53,6 +53,7 @@ Rectangle { font.bold: false font.family: "Arial" padding: 8 + anchors.bottom: textArea.top anchors.bottomMargin: 16 anchors.right: parent.right anchors.rightMargin: 16 -- cgit v1.2.3 From 763cc03c3ffcfa7e4c7d6947dee48d464f2333b6 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 21 Aug 2019 17:17:46 +0800 Subject: Revert "Removed things that aren't used yet" This reverts commit a315b897463b1560fc65e3d128dab47a432c8f78. --- LoginForm.ui.qml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index cae5939..2171182 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -22,6 +22,15 @@ Rectangle { anchors.horizontalCenter: parent.horizontalCenter } + RowLayout { + x: 34 + y: 419 + width: googleButton.width + height: googleButton.height + anchors.horizontalCenterOffset: 0 + anchors.horizontalCenter: parent.horizontalCenter + } + Button { id: googleButton y: 419 @@ -61,4 +70,24 @@ Rectangle { anchors.left: parent.left anchors.leftMargin: 16 } + + Text { + id: element + x: 16 + y: 597 + width: 328 + height: 32 + color: "#99000000" + text: qsTr("By creating an account you agree to our Terms of Use and Privacy Policy.") + font.family: "Arial" + verticalAlignment: Text.AlignVCenter + horizontalAlignment: Text.AlignHCenter + wrapMode: Text.WordWrap + font.pixelSize: 12 + } +} + +/*##^## Designer { + D{i:1;anchors_x:124;anchors_y:158}D{i:5;anchors_height:32;anchors_width:328;anchors_x:16;anchors_y:597} } + ##^##*/ -- cgit v1.2.3 From 217710642f531573db04f617cce6ed171d3b1e58 Mon Sep 17 00:00:00 2001 From: Erik Prabowo Kamal Date: Wed, 21 Aug 2019 17:52:48 +0800 Subject: Revert "Revert "Removed an invalid referral"" This reverts commit 43e4cc52cc3c1abfd573d140fc5f414f6c72451f. --- LoginForm.ui.qml | 1 - 1 file changed, 1 deletion(-) (limited to 'LoginForm.ui.qml') diff --git a/LoginForm.ui.qml b/LoginForm.ui.qml index 2171182..e3a5307 100644 --- a/LoginForm.ui.qml +++ b/LoginForm.ui.qml @@ -62,7 +62,6 @@ Rectangle { font.bold: false font.family: "Arial" padding: 8 - anchors.bottom: textArea.top anchors.bottomMargin: 16 anchors.right: parent.right anchors.rightMargin: 16 -- cgit v1.2.3