Fixed for all the used python packages in venv

CURA-10770
This commit is contained in:
saumya.jain 2023-07-31 11:47:15 +02:00
parent 58048598b4
commit e686baaf92
2 changed files with 21 additions and 4 deletions

View file

@ -58,6 +58,15 @@ UM.Dialog
anchors.horizontalCenter: parent.horizontalCenter
UM.I18nCatalog{id: catalog; name: "cura"}
MouseArea
{
anchors.fill: parent
onClicked:
{
projectsList.visible = !projectsList.visible;
projectBuildInfoList.visible = !projectBuildInfoList.visible;
}
}
}
UM.Label