From 02c2900aa0c0af9722b0816bf010ca660de864af Mon Sep 17 00:00:00 2001 From: erinn Date: Tue, 18 Aug 2020 15:43:17 -0700 Subject: [PATCH] make new profile button clickable --- qml/widgets/ProfileList.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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