diff --git a/apps/spreadsheeteditor/main/app/view/GroupDialog.js b/apps/spreadsheeteditor/main/app/view/GroupDialog.js index 09c7450048..65e66f9bd6 100644 --- a/apps/spreadsheeteditor/main/app/view/GroupDialog.js +++ b/apps/spreadsheeteditor/main/app/view/GroupDialog.js @@ -45,6 +45,7 @@ define([ SSE.Views.GroupDialog = Common.UI.Window.extend(_.extend({ options: { width: 214, + height: 138, header: true, style: 'min-width: 214px;', cls: 'modal-dlg', diff --git a/apps/spreadsheeteditor/main/app/view/ScaleDialog.js b/apps/spreadsheeteditor/main/app/view/ScaleDialog.js index 3b5f71c68b..add9bd0cef 100644 --- a/apps/spreadsheeteditor/main/app/view/ScaleDialog.js +++ b/apps/spreadsheeteditor/main/app/view/ScaleDialog.js @@ -46,6 +46,7 @@ define([ SSE.Views.ScaleDialog = Common.UI.Window.extend(_.extend({ options: { width: 215, + height: 235, header: true, style: 'min-width: 215px;', cls: 'modal-dlg',