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 @@