You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/config/settings.js
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -524,7 +524,7 @@ export default {
524
524
isWorkspaceAddVisible: false,// Catalog/Workspace add window feature visible by default
525
525
exposeModeOn: false,// unused?
526
526
height: 5000,// height of the elastic mode's virtual canvas
527
-
showZoomControls: false,// Configure if zoom controls should be displayed by default
527
+
showZoomControls: true,// Configure if zoom controls should be displayed by default
528
528
type: 'mosaic',// Which workspace type to load by default. Other possible values are "elastic". If "mosaic" or "elastic" are not selected no worksapce type will be used.
529
529
viewportPosition: {// center coordinates for the elastic mode workspace
0 commit comments