diff --git a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js index b59e1344d..a175d52b7 100644 --- a/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js +++ b/apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js @@ -471,7 +471,7 @@ define([ var t = this, _options = {}; _.extend(_options, { - width : 423, + width : 448, height : 265, contentWidth : 400, header : false, @@ -498,7 +498,7 @@ define([ '', '', '
', - '' diff --git a/apps/spreadsheeteditor/main/app/view/PrintSettings.js b/apps/spreadsheeteditor/main/app/view/PrintSettings.js index f3abdd3b5..068686e8b 100644 --- a/apps/spreadsheeteditor/main/app/view/PrintSettings.js +++ b/apps/spreadsheeteditor/main/app/view/PrintSettings.js @@ -64,7 +64,7 @@ define([ 'text!spreadsheeteditor/main/app/template/PrintSettings.template', '
' + this.textSettings + '
', '
' + this.textPageSize + '
', '
' + this.textPageOrientation + '
', - '
' + this.textScaling + '
', + '
' + this.textPageScaling + '
', '
' + this.strMargins + '
', '
' + this.strPrint + '
', '
', @@ -300,7 +300,7 @@ define([ 'text!spreadsheeteditor/main/app/template/PrintSettings.template', textShowDetails: 'Show Details', cancelButtonText: 'Cancel', textHideDetails: 'Hide Details', - textScaling: 'Scaling', + textPageScaling: 'Scaling', textSettings: 'Sheet Settings' }, SSE.Views.PrintSettings || {})); }); \ No newline at end of file