Added the ability to change the size of the macros plugin window.
This commit is contained in:
AlexeyMatveev686
2022-08-16 13:39:04 +03:00
parent 7f40130121
commit 8e55980168
2 changed files with 2 additions and 1 deletions

View File

@ -73,7 +73,7 @@
"isModal": true,
"isInsideMode": false,
"isUpdateOleOnResize": false,
"size": [800, 600],
"buttons": [
{
"text": "Ok",

View File

@ -327,6 +327,7 @@ ace.config.loadModule('ace/ext/html_beautify', function (beautify) {
window.Asc.plugin.init = function(text)
{
window.Asc.plugin.resizeWindow(800, 600, 800, 600, 0, 0);
on_init_server(2);
this.executeMethod("GetMacros", [JSON.stringify(Content)], function(data) {