diff --git a/apps/spreadsheeteditor/mobile/app/template/Settings.template b/apps/spreadsheeteditor/mobile/app/template/Settings.template index 14febe991..f2d459626 100644 --- a/apps/spreadsheeteditor/mobile/app/template/Settings.template +++ b/apps/spreadsheeteditor/mobile/app/template/Settings.template @@ -272,7 +272,7 @@
-

DOCUMENT EDITOR

+

SPREADSHEET EDITOR

<%= scope.textVersion %> 4.3

diff --git a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js index e3c7e2770..49a5f25f8 100644 --- a/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js +++ b/apps/spreadsheeteditor/mobile/app/view/edit/EditCell.js @@ -112,7 +112,7 @@ define([ if ($styleContainer.length > 0) { var styleSize = _editCellController.getStyleSize(), - columns = parseInt($styleContainer.width() / styleSize.width), + columns = parseInt($styleContainer.width() / (styleSize.width + 5)), row = -1, styles = [];