Skip to content

Commit ceeee06

Browse files
Grid accuracy fix, routing the links fix
1 parent 6c597c6 commit ceeee06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CacheClassExplorer",
3-
"version": "1.18.0",
3+
"version": "1.18.1",
44
"description": "Class Explorer for InterSystems Caché",
55
"directories": { "test": "test" },
66
"dependencies": {},

web/js/ClassView.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ var ClassView = function (parent, container) {
1818
this.PAPER_SCALE = 1;
1919
this.MIN_PAPER_SCALE = 0.2;
2020
this.MAX_PAPER_SCALE = 4;
21-
this.GRID_SIZE = 22;
21+
this.GRID_SIZE = 25;
2222

2323
this.CLASS_DOC_PATH = "/csp/documatic/%25CSP.Documatic.cls";
2424
this.SYMBOL_12_WIDTH = 6.6;

0 commit comments

Comments
 (0)