mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-09 22:06:25 +00:00
13 lines
219 B
QML
13 lines
219 B
QML
import QtQuick 2.13
|
|
import "../imports"
|
|
|
|
Input {
|
|
id: searchBox
|
|
placeholderText: qsTr("Search")
|
|
icon: "../app/img/search.svg"
|
|
iconWidth: 17
|
|
iconHeight: 17
|
|
customHeight: 36
|
|
fontPixelSize: 12
|
|
}
|