summaryrefslogtreecommitdiff
path: root/LoginForm.ui.qml
diff options
context:
space:
mode:
authorErik Prabowo Kamal <erik@darapsa.co.id>2019-08-21 14:33:01 +0800
committerErik Prabowo Kamal <erik@darapsa.co.id>2019-08-21 14:33:01 +0800
commita315b897463b1560fc65e3d128dab47a432c8f78 (patch)
treec409618377dfa18026cc402477ee073319b57d07 /LoginForm.ui.qml
parentf7f8b3be88963d7d2b7caafe8673cf58121f56ae (diff)
Removed things that aren't used yet
Diffstat (limited to 'LoginForm.ui.qml')
-rw-r--r--LoginForm.ui.qml29
1 files changed, 0 insertions, 29 deletions
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}
}
- ##^##*/