diff --git a/editor/svg-editor.css b/editor/svg-editor.css index 9c7e71c7..68e53556 100644 --- a/editor/svg-editor.css +++ b/editor/svg-editor.css @@ -532,7 +532,7 @@ position: absolute; top: 77px; left: 40px; - right: -2px; + right: 0; line-height: 22px; overflow: auto; border: 1px solid #777; diff --git a/editor/svg-editor.js b/editor/svg-editor.js index d3081981..6b188353 100644 --- a/editor/svg-editor.js +++ b/editor/svg-editor.js @@ -4721,6 +4721,13 @@ }); }; + Editor.disableUI = function(featList) { +// $(function() { +// $('#tool_wireframe, #tool_image, #main_button, #tool_source, #sidepanels').remove(); +// $('#tools_top').css('left', 5); +// }); + }; + Editor.loadFromURL = function(url, opts) { if(!opts) opts = {};