summaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/Preferences.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qt-mobile/qml/Preferences.qml')
-rw-r--r--qt-mobile/qml/Preferences.qml7
1 files changed, 5 insertions, 2 deletions
diff --git a/qt-mobile/qml/Preferences.qml b/qt-mobile/qml/Preferences.qml
index 36da051e6..8b3ae2bd3 100644
--- a/qt-mobile/qml/Preferences.qml
+++ b/qt-mobile/qml/Preferences.qml
@@ -20,14 +20,15 @@ Item {
anchors.margins: units.gridUnit
Label {
- text: "Enter your Subsurface cloud credentials"
+ text: "Cloud credentials"
Layout.bottomMargin: units.largeSpacing
font.pointSize: units.titlePointSize
Layout.columnSpan: 2
}
Label {
- text: "Email Address:"
+ text: "Email Address"
+ Layout.alignment: Qt.AlignRight
}
TextField {
@@ -38,6 +39,7 @@ Item {
Label {
text: "Password"
+ Layout.alignment: Qt.AlignRight
}
TextField {
@@ -49,6 +51,7 @@ Item {
Label {
text: "Show password"
+ Layout.alignment: Qt.AlignRight
}
CheckBox {