Browse Source

Added id to machine selector for integration tests

Satish 6 years ago
parent
commit
85a7d814d8
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/PrinterSelector/MachineSelector.qml

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

@@ -114,6 +114,7 @@ Cura.ExpandablePopup
 
             MachineSelectorList
             {
+                id: machineSelectorList
                 // Can't use parent.width since the parent is the flickable component and not the ScrollView
                 width: scroll.width - scroll.leftPadding - scroll.rightPadding
                 property real maximumHeight: UM.Theme.getSize("machine_selector_widget_content").height - buttonRow.height