From ffd449cf217a45e939620abf65a49fa54cfd727c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 10 Feb 2016 04:53:55 -0800 Subject: QML UI: make cloud credentials usable as a component on a page Instead of using this on its own page, it makes more sense to use it as part of the start page directly. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/CloudCredentials.qml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'qt-mobile/qml/CloudCredentials.qml') diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml index e574af402..fbd5ae169 100644 --- a/qt-mobile/qml/CloudCredentials.qml +++ b/qt-mobile/qml/CloudCredentials.qml @@ -16,14 +16,10 @@ Item { property bool issave: savePassword.checked; ColumnLayout { - - anchors { - fill: parent - margins: MobileComponents.Units.gridUnit / 2 - } - + width: subsurfaceTheme.columnWidth - 2 * MobileComponents.Units.gridUnit MobileComponents.Heading { text: "Cloud credentials" + level: headingLevel Layout.bottomMargin: MobileComponents.Units.largeSpacing / 2 } -- cgit v1.2.3-70-g09d2