Skip to content

Commit

Permalink
[SSE] Fix width accouting button for zoom 250%
Browse files Browse the repository at this point in the history
  • Loading branch information
Basher0303 committed Sep 30, 2024
1 parent 95c1861 commit 4b93af0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/spreadsheeteditor/main/app/view/Toolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1513,6 +1513,7 @@ define([
me.btnCurrencyStyle = new Common.UI.Button({
id : 'id-toolbar-btn-accounting-style',
cls : 'btn-toolbar',
style : 'width: 31px',
iconCls : 'toolbar__icon btn-currency-style',
lock : [_set.editCell, _set.selChart, _set.selChartText, _set.selShape, _set.selShapeText, _set.selImage, _set.selSlicer, _set.lostConnect, _set.coAuth, _set['FormatCells'], _set.userProtected],
styleName : 'Currency',
Expand Down

0 comments on commit 4b93af0

Please sign in to comment.