mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +02:00
commit
ca6c7cda15
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue