summaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/StartPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'mobile-widgets/qml/StartPage.qml')
-rw-r--r--mobile-widgets/qml/StartPage.qml6
1 files changed, 1 insertions, 5 deletions
diff --git a/mobile-widgets/qml/StartPage.qml b/mobile-widgets/qml/StartPage.qml
index 2d70cfcb3..41fe469c2 100644
--- a/mobile-widgets/qml/StartPage.qml
+++ b/mobile-widgets/qml/StartPage.qml
@@ -11,15 +11,11 @@ ColumnLayout {
function saveCredentials() { cloudCredentials.saveCredentials() }
- Kirigami.Heading {
- Layout.margins: Kirigami.Units.gridUnit
- text: "Subsurface-mobile"
- }
Kirigami.Label {
id: explanationText
Layout.fillWidth: true
Layout.margins: Kirigami.Units.gridUnit
- Layout.topMargin: 0
+ Layout.topMargin: Kirigami.Units.gridUnit * 3
text: "In order to use Subsurface-mobile you need to have a Subsurface cloud storage account " +
"(which can be created with the Subsurface desktop application)."
wrapMode: Text.WordWrap