diff options
Diffstat (limited to 'mobile-widgets/qml/CloudCredentials.qml')
-rw-r--r-- | mobile-widgets/qml/CloudCredentials.qml | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml index dd03c4d69..f148e9922 100644 --- a/mobile-widgets/qml/CloudCredentials.qml +++ b/mobile-widgets/qml/CloudCredentials.qml @@ -97,9 +97,8 @@ Item { } RowLayout { - anchors.left: parent.left - anchors.right: parent.right - anchors.margins: Kirigami.Units.smallSpacing + Layout.fillWidth: true + Layout.margins: Kirigami.Units.smallSpacing spacing: Kirigami.Units.smallSpacing visible: rootItem.showPin SsrfButton { @@ -124,9 +123,8 @@ Item { } RowLayout { - anchors.left: parent.left - anchors.right: parent.right - anchors.margins: Kirigami.Units.smallSpacing + Layout.fillWidth: true + Layout.margins: Kirigami.Units.smallSpacing spacing: Kirigami.Units.smallSpacing visible: !rootItem.showPin |