From a824712ee6cdb05b1afecbd3bcb390686a9b2145 Mon Sep 17 00:00:00 2001 From: Chris Collins Date: Mon, 8 Sep 2014 10:55:45 -0700 Subject: [PATCH] Changed list model icon Changed list-model.svg icon to be consistent with the other icons --- examples/editModels.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 });