diff --git a/apps/spreadsheeteditor/main/app/template/ToolbarAnother.template b/apps/spreadsheeteditor/main/app/template/ToolbarAnother.template
index 49f6f8b27e..ba6dea7e56 100644
--- a/apps/spreadsheeteditor/main/app/template/ToolbarAnother.template
+++ b/apps/spreadsheeteditor/main/app/template/ToolbarAnother.template
@@ -29,9 +29,9 @@
diff --git a/apps/spreadsheeteditor/main/app/view/Toolbar.js b/apps/spreadsheeteditor/main/app/view/Toolbar.js
index b3a56fff30..339470977b 100644
--- a/apps/spreadsheeteditor/main/app/view/Toolbar.js
+++ b/apps/spreadsheeteditor/main/app/view/Toolbar.js
@@ -272,26 +272,26 @@ define([
me.btnEditChart = new Common.UI.Button({
id : 'id-toolbar-rtn-edit-chart',
- cls : 'btn-toolbar btn-text-value',
+ cls : 'btn-toolbar btn-text-default auto',
caption : me.tipEditChart,
lock : [_set.lostConnect],
- style : 'width: 120px;'
+ style : 'min-width: 90px;'
});
me.btnEditChartData = new Common.UI.Button({
id : 'id-toolbar-rtn-edit-chart-data',
- cls : 'btn-toolbar btn-text-value',
+ cls : 'btn-toolbar',
+ iconCls : 'toolbar__icon btn-select-range',
caption : me.tipEditChartData,
- lock : [_set.editCell, _set.selRange, _set.selRangeEdit, _set.lostConnect],
- style : 'width: 120px;'
+ lock : [_set.editCell, _set.selRange, _set.selRangeEdit, _set.lostConnect]
});
me.btnEditChartType = new Common.UI.Button({
id : 'id-toolbar-rtn-edit-chart-type',
- cls : 'btn-toolbar btn-text-value',
+ cls : 'btn-toolbar',
+ iconCls : 'toolbar__icon btn-menu-chart',
caption : me.tipEditChartType,
- lock : [_set.editCell, _set.selRange, _set.selRangeEdit, _set.lostConnect],
- style : 'width: 120px;'
+ lock : [_set.editCell, _set.selRange, _set.selRangeEdit, _set.lostConnect]
});
} else
if ( config.isEditMailMerge ) {