diff options
author | jiteshjha | 2016-07-05 20:07:50 +0530 |
---|---|---|
committer | jiteshjha | 2016-07-05 20:07:50 +0530 |
commit | 0de3f1ee46e771b682a36a5c055d54c642d9acf7 (patch) | |
tree | 2980055e1e36caccacdf85d6c3366ac7f7d7b2e2 /index.html | |
parent | 923045468cd812cc34fb7393bdbe2afc6aaf89fe (diff) | |
download | xcos-on-web-0de3f1ee46e771b682a36a5c055d54c642d9acf7.tar.gz xcos-on-web-0de3f1ee46e771b682a36a5c055d54c642d9acf7.tar.bz2 xcos-on-web-0de3f1ee46e771b682a36a5c055d54c642d9acf7.zip |
height & width comment
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2251,6 +2251,7 @@ var dec = new mxCodec(root.ownerDocument); dec.decode(root, graph.stylesheet); + // Set the width and height of image for all blocks to 80 (height) x 80 (width) var style = new Object(); style[mxConstants.STYLE_IMAGE_WIDTH] = '80'; style[mxConstants.STYLE_IMAGE_HEIGHT] = '80'; |