Skip to content
Snippets Groups Projects
Commit 40348e33 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

semantic zooming labels changed

parent 1fe13ecc
No related branches found
No related tags found
2 merge requests!412changes from 12.1.0~beta.1 into master,!401Resolve "Change names in "Add project" window"
Pipeline #6409 passed
......@@ -287,12 +287,12 @@ AddProjectDialog.prototype.createGeneralTabContent = function () {
'CellDesigner format.'
}));
table.appendChild(self.createCheckboxRow({
labelName: "Semantic zooming:",
labelName: "Custom semantic zooming:",
defaultValue: false,
inputName: "project-semantic-zooming"
}));
table.appendChild(self.createCheckboxRow({
labelName: "Semantic zooming contains multiple overlays:",
labelName: "Custom semantic zooming contains multiple overlays:",
defaultValue: false,
inputName: "project-semantic-zooming-contains-multiple-overlays"
}));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment