Skip to content
Snippets Groups Projects
Unverified Commit 9f6f6e55 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

contactpicker: fix margin and label

Change-Id: Idcbefba3765932eb673f3416bf59fdd16e2e3c1d
GitLab: #621
parent 5cf6565d
No related branches found
No related tags found
No related merge requests found
......@@ -212,6 +212,7 @@ Item {
property string resumeCall: qsTr("Resume call")
property string pauseVideo: qsTr("Pause video")
property string resumeVideo: qsTr("Resume video")
property string addParticipant: qsTr("Add participant")
property string addParticipants: qsTr("Add participants")
property string chat: qsTr("Chat")
property string moreOptions: qsTr("More options")
......
......@@ -94,12 +94,11 @@ Popup {
id: contactPickerContactSearchBar
Layout.alignment: Qt.AlignCenter
Layout.topMargin: 5
Layout.bottomMargin: 5
Layout.preferredWidth: implicitWidth
Layout.margins: 5
Layout.fillWidth: true
Layout.preferredHeight: 35
implicitWidth: contactPickerPopupRect.width - 10
placeHolderText: JamiStrings.addParticipant
onContactSearchBarTextChanged: {
ContactAdapter.setSearchFilter(text)
......
......@@ -31,6 +31,7 @@ Rectangle {
signal returnPressedWhileSearching
property alias textContent: contactSearchBar.text
property alias placeHolderText: contactSearchBar.placeholderText
function clearText() {
contactSearchBar.clear()
......
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