mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Fix QML warning
This commit is contained in:
parent
65a35bbebc
commit
7d9c6e1449
1 changed files with 2 additions and 2 deletions
|
@ -96,11 +96,11 @@ UM.Dialog
|
|||
}
|
||||
showAll: toggleShowAll.checked || filterInput.text !== ""
|
||||
}
|
||||
delegate:Loader
|
||||
delegate: Loader
|
||||
{
|
||||
id: loader
|
||||
|
||||
width: parent.width
|
||||
width: listview.width
|
||||
height: model.type != undefined ? UM.Theme.getSize("section").height : 0
|
||||
|
||||
property var definition: model
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue