mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
d82499fd7b
This component is simpler version of TokenSelector, composed of the same basic componets, useful when only assets are subject of selection. Closes: #16234
12 lines
191 B
QML
12 lines
191 B
QML
import shared.controls 1.0
|
|
|
|
SearchBox {
|
|
input.leftPadding: 14
|
|
input.rightPadding: 14
|
|
|
|
minimumHeight: 56
|
|
maximumHeight: 56
|
|
input.showBackground: false
|
|
focus: visible
|
|
}
|