Add "Close" button to (single) machine actions dialog

CURA-2019
This commit is contained in:
fieldOfView 2016-07-29 11:27:03 +02:00
parent a19123eb66
commit f584b49af2
4 changed files with 19 additions and 50 deletions

View file

@ -107,6 +107,12 @@ UM.ManagementPage
contents = content;
content.onCompleted.connect(hide)
}
rightButtons: Button
{
text: catalog.i18nc("@action:button", "Close")
iconName: "dialog-close"
onClicked: actionDialog.accept()
}
}
Row