mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Add "Close" button to (single) machine actions dialog
CURA-2019
This commit is contained in:
parent
a19123eb66
commit
f584b49af2
4 changed files with 19 additions and 50 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue