aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/CloudCredentials.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-10 04:53:55 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-10 20:56:38 -0800
commitffd449cf217a45e939620abf65a49fa54cfd727c (patch)
tree19a7947b0c009af5e6f784de7802dd12b5ef819c /qt-mobile/qml/CloudCredentials.qml
parent70a122a63e3d10fc859b144dac596c29ec041a34 (diff)
downloadsubsurface-ffd449cf217a45e939620abf65a49fa54cfd727c.tar.gz
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 <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/CloudCredentials.qml')
-rw-r--r--qt-mobile/qml/CloudCredentials.qml8
1 files changed, 2 insertions, 6 deletions
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
}