diff --git a/apps/common/main/lib/view/ExternalOleEditor.js b/apps/common/main/lib/view/ExternalOleEditor.js index 8bfe614718..aba61ec76c 100644 --- a/apps/common/main/lib/view/ExternalOleEditor.js +++ b/apps/common/main/lib/view/ExternalOleEditor.js @@ -47,7 +47,7 @@ define([ var filter = Common.localStorage.getKeysFilter(); this.appPrefix = (filter && filter.length) ? filter.split(',')[0] : ''; - var _options = {}, width = 880, height = 700; + var _options = {}, width = 900, height = 700; var value = Common.localStorage.getItem(this.appPrefix + 'ole-editor-width'); value && (width = parseInt(value)); value = Common.localStorage.getItem(this.appPrefix + 'ole-editor-height'); @@ -58,7 +58,7 @@ define([ title: this.textTitle, width: width, height: (_inner_height - height)<0 ? _inner_height : height, - minwidth: 880, + minwidth: 840, minheight: 275, cls: 'advanced-settings-dlg', header: true, diff --git a/apps/spreadsheeteditor/main/app/template/ToolbarAnother.template b/apps/spreadsheeteditor/main/app/template/ToolbarAnother.template index eca22316b5..d045a53686 100644 --- a/apps/spreadsheeteditor/main/app/template/ToolbarAnother.template +++ b/apps/spreadsheeteditor/main/app/template/ToolbarAnother.template @@ -86,9 +86,9 @@