Browse Source

Fix binding loop in PrintCoreConfiguration

Contributes to issue CURA-5876.
Ghostkeeper 6 years ago
parent
commit
780e5e1691
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Menus/ConfigurationMenu/PrintCoreConfiguration.qml

+ 1 - 1
resources/qml/Menus/ConfigurationMenu/PrintCoreConfiguration.qml

@@ -12,7 +12,7 @@ Row
     id: extruderInfo
     property var printCoreConfiguration
 
-    height: childrenRect.height
+    height: information.height
     spacing: UM.Theme.getSize("default_margin").width
 
     //Extruder icon.