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 {
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