From 1c46c17a3d5ae0a79c2fbd5a570512d43f37ed7f Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Thu, 16 Jun 2016 15:51:51 +0300 Subject: [PATCH] =?UTF-8?q?[SSE]=20=D0=9F=D1=80=D0=B0=D0=B2=D0=BA=D0=B0=20?= =?UTF-8?q?=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D1=84=D0=B5=D0=B9=D1=81=D0=B0=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B2=D0=BE=D0=B4?= =?UTF-8?q?=D1=8B.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/spreadsheeteditor/main/app/view/AutoFilterDialog.js | 4 ++-- apps/spreadsheeteditor/main/app/view/PrintSettings.js | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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