mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 09:46:38 +00:00
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:
parent
92ec298c3d
commit
31d63c8f7d
@ -55,7 +55,6 @@ StatusModal {
|
||||
input.icon.name: "search"
|
||||
input.height: 36
|
||||
input.topPadding: 9
|
||||
input.bottomPadding: 0
|
||||
}
|
||||
|
||||
StatusModalDivider { topPadding: 8 }
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user