fix(@desktop/chat): Improve SearchBox default height to display text correctly

Removed implicitHeight which was too small and overrided original implicitHeight

Fix #5381
This commit is contained in:
Michal Iskierko 2022-04-07 15:11:41 +02:00 committed by Iuri Matias
parent 4b78c119c3
commit cc249856e4
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ StatusInput {
//% "Search"
input.placeholderText: qsTrId("search")
input.icon.name: "search"
input.implicitHeight: 36
input.clearable: true
leftPadding: 0
rightPadding: 0