Added id to machine selector for integration tests

This commit is contained in:
Satish 2019-03-25 14:34:00 +01:00
parent 7958f99152
commit 85a7d814d8

View File

@ -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