Skip to content
Snippets Groups Projects
Commit 930b1ff4 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

mainview: provide implicitWidth to contact search bar to elide place holder

Change-Id: I70c2fdbde8a17f0a3b123dbacfb3a07fcc89ca91
parent 8f405575
No related branches found
No related tags found
No related merge requests found
......@@ -91,9 +91,11 @@ Popup {
Layout.alignment: Qt.AlignCenter
Layout.topMargin: 5
Layout.bottomMargin: 5
Layout.preferredWidth: contactPickerPopupRect.width - 10
Layout.preferredWidth: implicitWidth
Layout.preferredHeight: 35
implicitWidth: contactPickerPopupRect.width - 10
onContactSearchBarTextChanged: {
ContactAdapter.setSearchFilter(text)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment