fix(desktop/chat): Using default height and padding for community search box
Fix #5200
This commit is contained in:
parent
022193fe8f
commit
17cdb1bb91
|
@ -58,8 +58,6 @@ StatusModal {
|
||||||
id: searchBox
|
id: searchBox
|
||||||
input.placeholderText: qsTr("Search for communities or topics")
|
input.placeholderText: qsTr("Search for communities or topics")
|
||||||
input.icon.name: "search"
|
input.icon.name: "search"
|
||||||
input.height: 36
|
|
||||||
input.topPadding: 9
|
|
||||||
}
|
}
|
||||||
|
|
||||||
StatusModalDivider { topPadding: 8 }
|
StatusModalDivider { topPadding: 8 }
|
||||||
|
|
Loading…
Reference in New Issue