status-desktop/ui/shared/SearchBox.qml
Pascal Precht 67face5b99 uiux: channel list fixes
Also make use of `StatusRoundButton` over `IconButton` since that's deprecated.

Closes #1115
2020-11-11 12:14:35 -05:00

14 lines
238 B
QML

import QtQuick 2.13
import "../imports"
Input {
id: searchBox
//% "Search"
placeholderText: qsTrId("search")
icon: "../app/img/search.svg"
iconWidth: 17
iconHeight: 17
customHeight: 36
fontPixelSize: 15
}