diff --git a/examples/editModels.js b/examples/editModels.js index 9f73b30682..cec1bff783 100644 --- a/examples/editModels.js +++ b/examples/editModels.js @@ -1147,10 +1147,10 @@ var toolBar = (function () { }, true, false); browseModelsButton = toolBar.addTool({ - imageURL: toolIconUrl + "list-icon.png", + imageURL: toolIconUrl + "list-icon.svg", width: toolWidth, height: toolHeight, - alpha: 0.7, + alpha: 0.9, visible: true });