diff --git a/package.json b/package.json index f92698a..38ea028 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CacheClassExplorer", - "version": "1.18.0", + "version": "1.18.1", "description": "Class Explorer for InterSystems Caché", "directories": { "test": "test" }, "dependencies": {}, diff --git a/web/js/ClassView.js b/web/js/ClassView.js index 7068277..404c317 100755 --- a/web/js/ClassView.js +++ b/web/js/ClassView.js @@ -18,7 +18,7 @@ var ClassView = function (parent, container) { this.PAPER_SCALE = 1; this.MIN_PAPER_SCALE = 0.2; this.MAX_PAPER_SCALE = 4; - this.GRID_SIZE = 22; + this.GRID_SIZE = 25; this.CLASS_DOC_PATH = "/csp/documatic/%25CSP.Documatic.cls"; this.SYMBOL_12_WIDTH = 6.6;