diff options
Diffstat (limited to 'qt-mobile/qml/StartPage.qml')
-rw-r--r-- | qt-mobile/qml/StartPage.qml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml index 28e9006d4..3793b34e3 100644 --- a/qt-mobile/qml/StartPage.qml +++ b/qt-mobile/qml/StartPage.qml @@ -13,6 +13,8 @@ ColumnLayout { property int buttonWidth: width * 0.9 + function saveCredentials() { cloudCredentials.saveCredentials() } + MobileComponents.Heading { Layout.bottomMargin: MobileComponents.Units.largeSpacing text: "Subsurface-mobile" @@ -32,6 +34,7 @@ ColumnLayout { wrapMode: Text.WordWrap } CloudCredentials { + id: cloudCredentials Layout.fillWidth: true Layout.margins: MobileComponents.Units.gridUnit Layout.topMargin: MobileComponents.Units.gridUnit * 2 |