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>
This commit is contained in:
Dirk Hohndel 2016-02-10 04:53:55 -08:00
parent 70a122a63e
commit ffd449cf21

View file

@ -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
}