parent
9bbbdc828b
commit
d7cfa3318c
|
@ -1084,8 +1084,8 @@ Item {
|
|||
name: modelData ? modelData.name : ""
|
||||
active: true
|
||||
}
|
||||
asset.width: image.width
|
||||
asset.height: image.height
|
||||
asset.width: 30
|
||||
asset.height: 30
|
||||
asset.color: modelData ? modelData.color : ""
|
||||
asset.name: modelData ? modelData.icon : ""
|
||||
asset.isImage: asset.name.includes("data")
|
||||
|
|
|
@ -55,12 +55,7 @@ Popup {
|
|||
leftPadding: 0
|
||||
rightPadding: 0
|
||||
placeholderText: root.searchBoxPlaceholder
|
||||
input.asset: StatusAssetSettings {
|
||||
width: 24
|
||||
height: 24
|
||||
name: "search"
|
||||
color: Theme.palette.baseColor1
|
||||
}
|
||||
input.asset.name: "search"
|
||||
|
||||
function goToNextAvailableIndex(up) {
|
||||
var currentIndex = listView.currentIndex
|
||||
|
|
Loading…
Reference in New Issue