diff --git a/apps/spreadsheeteditor/main/app/template/Toolbar.template b/apps/spreadsheeteditor/main/app/template/Toolbar.template index bc454ad52c..1b514d1f8a 100644 --- a/apps/spreadsheeteditor/main/app/template/Toolbar.template +++ b/apps/spreadsheeteditor/main/app/template/Toolbar.template @@ -101,7 +101,7 @@
- + diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js index 6db95f613f..6eb3316420 100644 --- a/apps/spreadsheeteditor/main/app/view/Toolbar.js +++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js @@ -1473,7 +1473,7 @@ define([ me.cmbNumberFormat = new Common.UI.ComboBoxCustom({ cls : 'input-group-nr', - style : 'width: 144px;', + style : 'width: 155px;', menuStyle : 'min-width: 180px;', hint : me.tipNumFormat, lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.selRangeEdit, _set.lostConnect, _set.coAuth, _set['FormatCells'], _set.userProtected], diff --git a/apps/spreadsheeteditor/main/index.html b/apps/spreadsheeteditor/main/index.html index c395e5abcf..e5a8ed92d7 100644 --- a/apps/spreadsheeteditor/main/index.html +++ b/apps/spreadsheeteditor/main/index.html @@ -133,12 +133,12 @@ right: 0; top: 0; bottom: 0; - left: 884px; + left: 895px; width: 690px; height: 45px; } .rtl .loadmask > .sktoolbar li.fat { - right: 884px; + right: 895px; left: 0; } @@ -308,8 +308,8 @@