diff options
Diffstat (limited to 'qt-mobile/qml/CloudCredentials.qml')
-rw-r--r-- | qt-mobile/qml/CloudCredentials.qml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/qt-mobile/qml/CloudCredentials.qml b/qt-mobile/qml/CloudCredentials.qml index aa85f1fa5..cd82444fc 100644 --- a/qt-mobile/qml/CloudCredentials.qml +++ b/qt-mobile/qml/CloudCredentials.qml @@ -16,8 +16,11 @@ Item { property bool issave: savePassword.checked; ColumnLayout { - anchors.fill: parent - anchors.margins: MobileComponents.Units.gridUnit + + anchors { + fill: parent + margins: MobileComponents.Units.gridUnit / 2 + } MobileComponents.Heading { text: "Cloud credentials" |