mirror of
https://github.com/ONLYOFFICE/onlyoffice.github.io.git
synced 2026-04-07 14:04:30 +08:00
Fix bug #54612
Added the ability to change the size of the macros plugin window.
This commit is contained in:
@ -73,7 +73,7 @@
|
||||
"isModal": true,
|
||||
"isInsideMode": false,
|
||||
"isUpdateOleOnResize": false,
|
||||
|
||||
"size": [800, 600],
|
||||
"buttons": [
|
||||
{
|
||||
"text": "Ok",
|
||||
|
||||
@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user