mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix implicitWidth binding loop.
CURA-8849
This commit is contained in:
parent
8761a476a6
commit
7700d01cf3
2 changed files with 1 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ import Cura 1.0 as Cura
|
|||
Item
|
||||
{
|
||||
id: enableAdhesionRow
|
||||
height: childrenRect.height
|
||||
height: enableAdhesionContainer.height
|
||||
|
||||
property real labelColumnWidth: Math.round(width / 3)
|
||||
property var curaRecommendedMode: Cura.RecommendedMode {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue