From bc87d9a41d04278f8a9675e3a471cdffcba00095 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 28 Oct 2020 23:03:01 +0300 Subject: [PATCH] [PE mobile] Fix Bug 47132 [PE] Fix margins --- .../documenteditor/mobile/app/template/EditTable.template | 2 +- .../main/app/view/ShapeSettingsAdvanced.js | 4 ++-- .../main/app/view/TableSettingsAdvanced.js | 8 ++++---- .../mobile/app/template/EditTable.template | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/documenteditor/mobile/app/template/EditTable.template b/apps/documenteditor/mobile/app/template/EditTable.template index 45d5b1fe07..6dc95f5804 100644 --- a/apps/documenteditor/mobile/app/template/EditTable.template +++ b/apps/documenteditor/mobile/app/template/EditTable.template @@ -211,7 +211,7 @@
- +
0 pt
diff --git a/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js b/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js index 1998152e1c..d9a3e077ac 100644 --- a/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/ShapeSettingsAdvanced.js @@ -202,7 +202,7 @@ define([ 'text!presentationeditor/main/app/template/ShapeSettingsAdvanced.tem width: 100, defaultUnit : "cm", value: '0.19 cm', - maxValue: 9.34, + maxValue: 55.87, minValue: 0 }); this.spnMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){ @@ -220,7 +220,7 @@ define([ 'text!presentationeditor/main/app/template/ShapeSettingsAdvanced.tem width: 100, defaultUnit : "cm", value: '0.19 cm', - maxValue: 9.34, + maxValue: 55.87, minValue: 0 }); this.spnMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){ diff --git a/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js b/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js index 31ad9cd94b..9954d7c8aa 100644 --- a/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js +++ b/apps/presentationeditor/main/app/view/TableSettingsAdvanced.js @@ -147,7 +147,7 @@ define([ 'text!presentationeditor/main/app/template/TableSettingsAdvanced.tem width: 85, defaultUnit : "cm", value: '0.19 cm', - maxValue: 9.34, + maxValue: 55.87, minValue: 0 }); this.spnTableMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){ @@ -167,7 +167,7 @@ define([ 'text!presentationeditor/main/app/template/TableSettingsAdvanced.tem width: 85, defaultUnit : "cm", value: '0.19 cm', - maxValue: 9.34, + maxValue: 55.87, minValue: 0 }); this.spnTableMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){ @@ -259,7 +259,7 @@ define([ 'text!presentationeditor/main/app/template/TableSettingsAdvanced.tem width: 85, defaultUnit : "cm", value: '0.19 cm', - maxValue: 9.34, + maxValue: 55.87, minValue: 0 }); this.spnMarginLeft.on('change', _.bind(function(field, newValue, oldValue, eOpts){ @@ -279,7 +279,7 @@ define([ 'text!presentationeditor/main/app/template/TableSettingsAdvanced.tem width: 85, defaultUnit : "cm", value: '0.19 cm', - maxValue: 9.34, + maxValue: 55.87, minValue: 0 }); this.spnMarginRight.on('change', _.bind(function(field, newValue, oldValue, eOpts){ diff --git a/apps/presentationeditor/mobile/app/template/EditTable.template b/apps/presentationeditor/mobile/app/template/EditTable.template index 2846e673ff..fc6ac933c8 100644 --- a/apps/presentationeditor/mobile/app/template/EditTable.template +++ b/apps/presentationeditor/mobile/app/template/EditTable.template @@ -73,7 +73,7 @@
- +
0 pt