mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-26 22:39:26 +00:00
e0a5afebee
issue: #4544
17 lines
274 B
QML
17 lines
274 B
QML
import QtQuick 2.13
|
|
|
|
import utils 1.0
|
|
import "."
|
|
|
|
import StatusQ.Core 0.1
|
|
import StatusQ.Controls 0.1
|
|
|
|
StatusInput {
|
|
id: searchBox
|
|
input.placeholderText: qsTr("Search")
|
|
input.icon.name: "search"
|
|
input.clearable: true
|
|
leftPadding: 0
|
|
rightPadding: 0
|
|
}
|