mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 15:13:56 -06:00
Fix binding loop errors
This commit is contained in:
parent
00875f0330
commit
132a1a1951
2 changed files with 4 additions and 3 deletions
|
@ -11,7 +11,7 @@ Item
|
|||
id: tile
|
||||
property bool installed: toolbox.isInstalled(model.id)
|
||||
width: detailList.width - UM.Theme.getSize("wide_margin").width
|
||||
height: Math.max(UM.Theme.getSize("toolbox_detail_tile").height, childrenRect.height + UM.Theme.getSize("default_margin").height)
|
||||
height: normalData.height + supportedConfigsChart.height + 3 * UM.Theme.getSize("default_margin").height
|
||||
Item
|
||||
{
|
||||
id: normalData
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue