Skip to content

Commit

Permalink
[SSE] Change icon cls
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaRadzhabova committed Oct 9, 2024
1 parent a352c6b commit 38a1334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/spreadsheeteditor/main/app/view/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,7 @@ define([

me.btnRtlSheet = new Common.UI.Button({
cls: 'btn-toolbar x-huge icon-top',
iconCls: 'toolbar__icon btn-normal-view',
iconCls: 'toolbar__icon btn-sheet-rtl',
lock: [_set.selRange, _set.selRangeEdit, _set.sheetLock, _set.lostConnect, _set.coAuth, _set.editCell],
caption: this.textRtlSheet + ' (Beta)',
enableToggle: true,
Expand Down

0 comments on commit 38a1334

Please sign in to comment.