Allow adding multiple per object settings at once

This reuses the "GUI pattern" of the main setting visibility page.
CURA-1799
This commit is contained in:
fieldOfView 2016-08-08 13:53:39 +02:00
parent 7326d77605
commit 7020fd6903
2 changed files with 5 additions and 5 deletions

View file

@ -377,7 +377,7 @@ Item {
rightButtons: [
Button {
text: catalog.i18nc("@action:button", "Cancel");
text: catalog.i18nc("@action:button", "Close");
onClicked: {
settingPickDialog.visible = false;
}