diff --git a/apps/spreadsheeteditor/main/app/controller/ChartTab.js b/apps/spreadsheeteditor/main/app/controller/ChartTab.js index 295ce73bf3..b27ece74af 100644 --- a/apps/spreadsheeteditor/main/app/controller/ChartTab.js +++ b/apps/spreadsheeteditor/main/app/controller/ChartTab.js @@ -266,6 +266,7 @@ define([ this._state.Height3d = value; } } + this.view.$el.find('.separator-chart-3d')[props3d ? 'show' : 'hide'](); this.view.btn3DSettings.setVisible(props3d) } } diff --git a/apps/spreadsheeteditor/main/app/view/ChartTab.js b/apps/spreadsheeteditor/main/app/view/ChartTab.js index cb84938cd9..d46ccd8063 100644 --- a/apps/spreadsheeteditor/main/app/view/ChartTab.js +++ b/apps/spreadsheeteditor/main/app/view/ChartTab.js @@ -50,15 +50,23 @@ define([ '' + '' + '
' + - '
' + - '' + - '
' + - '
' + '
' + '' + '' + '
' + '
' + + '
' + + '
' + + '
' + + '
' + + '
' + + '' + + '
' + + '
' + + '' + + '
' + + '
' + + '
' + '
' + '
' + '' + @@ -82,13 +90,9 @@ define([ '
' + '
' + '
' + - '
' + - '
' + - '
' + - '
' + + '
' + '
' + '' + - '' + '
' + ''; @@ -532,10 +536,11 @@ define([ this.lockedControls.push(this.btnChartElements); this.btnChartType = new Common.UI.Button({ - cls: 'btn-toolbar x-huge icon-top', - iconCls: 'toolbar__icon btn-big-sheet-view', + cls: 'btn-toolbar', + iconCls: 'toolbar__icon btn-chart-type', caption: me.capChartType, lock : [_set.lostConnect, _set.coAuth, _set.editCell, _set.coAuthText, _set.wsLock,], + menu: true, dataHint : '1', dataHintDirection: 'bottom', dataHintOffset: 'small' @@ -625,7 +630,7 @@ define([ this.lockedControls.push(this.btn3DSettings); this.btnAdvancedSettings = new Common.UI.Button({ - cls: 'btn-toolbar x-huge icon-top', + cls: 'btn-toolbar', iconCls: 'toolbar__icon btn-day', caption: me.capAdvancedSettings, lock : [_set.lostConnect, _set.coAuth, _set.editCell, _set.SeveralCharts, _set.coAuthText, _set.wsLock,],