Merge pull request #3373 from cozza13/20019

Code Review for Job #20019
This commit is contained in:
Brad Hefta-Gaub 2014-09-08 11:36:02 -07:00
commit ca6c7cda15

View file

@ -1147,10 +1147,10 @@ var toolBar = (function () {
}, true, false); }, true, false);
browseModelsButton = toolBar.addTool({ browseModelsButton = toolBar.addTool({
imageURL: toolIconUrl + "list-icon.png", imageURL: toolIconUrl + "list-icon.svg",
width: toolWidth, width: toolWidth,
height: toolHeight, height: toolHeight,
alpha: 0.7, alpha: 0.9,
visible: true visible: true
}); });