make new profile button clickable
the build was successful Details

This commit is contained in:
erinn 2020-08-18 15:43:17 -07:00
parent 08722d7b97
commit 02c2900aa0
1 changed files with 2 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ColumnLayout {
ColumnLayout { ColumnLayout {
id: colContacts id: colContacts
width: root.width width: sv.width
spacing: 0 spacing: 0
Connections { // ADD/REMOVE CONTACT ENTRIES Connections { // ADD/REMOVE CONTACT ENTRIES
@ -104,6 +104,7 @@ ColumnLayout {
} }
Opaque.PortraitRow { Opaque.PortraitRow {
Layout.fillWidth: true
handle: "" handle: ""
displayName: qsTr("add-new-profile-btn") displayName: qsTr("add-new-profile-btn")
nameColor: Theme.mainTextColor nameColor: Theme.mainTextColor