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:
parent
4b78c119c3
commit
cc249856e4
|
@ -11,7 +11,6 @@ StatusInput {
|
|||
//% "Search"
|
||||
input.placeholderText: qsTrId("search")
|
||||
input.icon.name: "search"
|
||||
input.implicitHeight: 36
|
||||
input.clearable: true
|
||||
leftPadding: 0
|
||||
rightPadding: 0
|
||||
|
|
Loading…
Reference in New Issue