Skip to content

Commit

Permalink
Grid accuracy fix, routing the links fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Jan 3, 2017
1 parent 6c597c6 commit ceeee06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CacheClassExplorer",
"version": "1.18.0",
"version": "1.18.1",
"description": "Class Explorer for InterSystems Caché",
"directories": { "test": "test" },
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion web/js/ClassView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ceeee06

Please sign in to comment.