summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
Diffstat (limited to 'features')
-rw-r--r--features/OnboardingForm.ui.qml23
1 files changed, 2 insertions, 21 deletions
diff --git a/features/OnboardingForm.ui.qml b/features/OnboardingForm.ui.qml
index bda75b3..13db636 100644
--- a/features/OnboardingForm.ui.qml
+++ b/features/OnboardingForm.ui.qml
@@ -86,29 +86,10 @@ Page {
anchors.rightMargin: 8
anchors.left: parent.left
anchors.leftMargin: 8
- anchors.bottom: disclaimer.top
- anchors.bottomMargin: 8
- font.capitalization: Font.MixedCase
- font.family: "Work Sans"
- }
-
- Text {
- id: disclaimer
- color: "#8a000000"
- text: qsTr("By creating an account you agree to our Terms of Use and Privacy Policy.")
- horizontalAlignment: Text.AlignHCenter
- anchors.right: parent.right
- anchors.rightMargin: 16
- anchors.left: parent.left
- anchors.leftMargin: 16
anchors.bottom: parent.bottom
- anchors.bottomMargin: 8
- verticalAlignment: Text.AlignVCenter
- elide: Text.ElideMiddle
- wrapMode: Text.WordWrap
- font.pixelSize: 10
+ anchors.bottomMargin: 16
+ font.capitalization: Font.MixedCase
font.family: "Work Sans"
- font.weight: Font.Normal
}
}