aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/CloudCredentials.qml
diff options
context:
space:
mode:
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
}