diff --git a/qml/widgets/ProfileList.qml b/qml/widgets/ProfileList.qml index 2286770a..1931872d 100644 --- a/qml/widgets/ProfileList.qml +++ b/qml/widgets/ProfileList.qml @@ -37,7 +37,7 @@ ColumnLayout { ColumnLayout { id: colContacts - width: root.width + width: sv.width spacing: 0 Connections { // ADD/REMOVE CONTACT ENTRIES @@ -104,6 +104,7 @@ ColumnLayout { } Opaque.PortraitRow { + Layout.fillWidth: true handle: "" displayName: qsTr("add-new-profile-btn") nameColor: Theme.mainTextColor