Browse Source

Remove height binding loop.

CURA-9514
joeydelarago 2 years ago
parent
commit
2ff0aed171
1 changed files with 0 additions and 1 deletions
  1. 0 1
      resources/qml/PrinterSelector/MachineListButton.qml

+ 0 - 1
resources/qml/PrinterSelector/MachineListButton.qml

@@ -10,7 +10,6 @@ import Cura 1.0 as Cura
 Loader {
     id: loader
     width: parent.width
-    height: childrenRect.height
     sourceComponent: {
         switch (model.listType) {
             case "HIDE_BUTTON":