fix(Settings/Messaging/Contacts): Contacts label shows up twice
Removed "Contacts" title in ContactsView.qml. Fixes #5731.
This commit is contained in:
parent
341c86a006
commit
efb18f4851
|
@ -131,7 +131,6 @@ SettingsContentBase {
|
||||||
Layout.preferredHeight: root.height * 0.5
|
Layout.preferredHeight: root.height * 0.5
|
||||||
contactsModel: root.contactsStore.myContactsModel
|
contactsModel: root.contactsStore.myContactsModel
|
||||||
clip: true
|
clip: true
|
||||||
title: qsTr("Contacts")
|
|
||||||
searchString: searchBox.text
|
searchString: searchBox.text
|
||||||
panelUsage: Constants.contactsPanelUsage.mutualContacts
|
panelUsage: Constants.contactsPanelUsage.mutualContacts
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue