Merge pull request #7721 from huffman/feat/udpate-edit-model-icon

Update 'model' icon in edit.js
This commit is contained in:
Clément Brisset 2016-04-21 10:37:14 -07:00
commit b849316f60

View file

@ -201,7 +201,7 @@ var toolBar = (function() {
}, true, false);
newModelButton = toolBar.addTool({
imageURL: toolIconUrl + "upload-01.svg",
imageURL: toolIconUrl + "model-01.svg",
subImage: {
x: 0,
y: Tool.IMAGE_WIDTH,