Merge pull request #18603 from Ultimaker/CURA-11700-trigger-area-for-selecting-machine

Added Cura.MachineSelector in place of combobox
This commit is contained in:
Casper Lamboo 2024-03-18 15:01:24 +01:00 committed by GitHub
commit 2ec8e22106
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -91,11 +91,11 @@ Item
}
}
Loader
{
width: parent.width
height: content.height
z: -1
anchors.top: sectionTitleRow.bottom
sourceComponent: content
}