Proper height for chat page search field

This commit is contained in:
Sebastian Wolf 2020-12-27 00:38:20 +01:00
parent 19a17ed3f3
commit 23641b24a1
No known key found for this signature in database
GPG key ID: CEA9522B5F38A90A

View file

@ -779,7 +779,6 @@ Page {
id: searchInChatField
visible: false
width: visible ? parent.width : 0
height: parent.height
placeholderText: qsTr("Search in chat...")
active: searchInChatItem.visible
canHide: text === ""