fix(@desktop/chat): fix seach input paddings

It's unclear to me why these were off since the latest StatusQ upgrade.

Closes #3396
This commit is contained in:
Pascal Precht 2021-09-08 09:41:50 +02:00 committed by Iuri Matias
parent 92ec298c3d
commit 31d63c8f7d
2 changed files with 2 additions and 4 deletions

View File

@ -55,7 +55,6 @@ StatusModal {
input.icon.name: "search"
input.height: 36
input.topPadding: 9
input.bottomPadding: 0
}
StatusModalDivider { topPadding: 8 }

View File

@ -64,10 +64,9 @@ Item {
StatusBaseInput {
id: searchInput
height: 36
implicitHeight: 36
width: parent.width
topPadding: 8
bottomPadding: 0
topPadding: 9
//% "Search"
placeholderText: qsTrId("search")
icon.name: "search"