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