mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 09:39:00 +08:00
Fix QML warning
This commit is contained in:
parent
65a35bbebc
commit
7d9c6e1449
@ -96,11 +96,11 @@ UM.Dialog
|
|||||||
}
|
}
|
||||||
showAll: toggleShowAll.checked || filterInput.text !== ""
|
showAll: toggleShowAll.checked || filterInput.text !== ""
|
||||||
}
|
}
|
||||||
delegate:Loader
|
delegate: Loader
|
||||||
{
|
{
|
||||||
id: loader
|
id: loader
|
||||||
|
|
||||||
width: parent.width
|
width: listview.width
|
||||||
height: model.type != undefined ? UM.Theme.getSize("section").height : 0
|
height: model.type != undefined ? UM.Theme.getSize("section").height : 0
|
||||||
|
|
||||||
property var definition: model
|
property var definition: model
|
||||||
|
Loading…
x
Reference in New Issue
Block a user