Proper height for chat page search field
This commit is contained in:
parent
19a17ed3f3
commit
23641b24a1
1 changed files with 0 additions and 1 deletions
|
@ -779,7 +779,6 @@ Page {
|
||||||
id: searchInChatField
|
id: searchInChatField
|
||||||
visible: false
|
visible: false
|
||||||
width: visible ? parent.width : 0
|
width: visible ? parent.width : 0
|
||||||
height: parent.height
|
|
||||||
placeholderText: qsTr("Search in chat...")
|
placeholderText: qsTr("Search in chat...")
|
||||||
active: searchInChatItem.visible
|
active: searchInChatItem.visible
|
||||||
canHide: text === ""
|
canHide: text === ""
|
||||||
|
|
Loading…
Reference in a new issue