Merge pull request 'make new profile button clickable' (#319) from bf-new-profile into master
the build failed Details

Reviewed-on: #319
This commit is contained in:
Dan Ballard 2020-08-18 15:49:51 -07:00
commit f91f932c00
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