mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 06:35:51 +08:00
Merge pull request 'fix/adding-icons-line-numbering-rtl' (#331) from fix/adding-icons-line-numbering-rtl into hotfix/v8.3.2
This commit is contained in:
@ -1433,7 +1433,7 @@ define([
|
||||
this.btnLineNumbers = new Common.UI.Button({
|
||||
id: 'tlbtn-line-numbers',
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
iconCls: 'toolbar__icon btn-line-numbering',
|
||||
iconCls: 'toolbar__icon ' + (!Common.UI.isRTL() ? 'btn-line-numbering' : 'btn-line-numbering-rtl'),
|
||||
lock: [_set.docPropsLock, _set.inImagePara, _set.previewReviewMode, _set.viewFormMode, _set.lostConnect, _set.disableOnStart, _set.docLockViewIns, _set.docLockForms, _set.docLockCommentsIns, _set.viewMode],
|
||||
caption: me.capBtnLineNumbers,
|
||||
menu: new Common.UI.Menu({
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 271 B |
Binary file not shown.
|
After Width: | Height: | Size: 283 B |
Binary file not shown.
|
After Width: | Height: | Size: 313 B |
Binary file not shown.
|
After Width: | Height: | Size: 210 B |
@ -0,0 +1,4 @@
|
||||
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M7 7h9v1H7zm0 6h9v1H7zm6 6H7v1h6zm3-3H7v1h9zm-9-6h9v1H7z" fill="#000"/>
|
||||
<path d="M5 4a1 1 0 0 0-1 1v18a1 1 0 0 0 1 1h13a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm13 1v18H5V5zm4 4h1V4h-2v1h1zm2 6v1h-3v-1l2-2v-1h-2v-1h2l1 1v1l-2 2zm-1 6h-1v-1h1v-1h-2v-1h2l1 1v1l-.5.5.5.5v1l-1 1h-2v-1h2z" fill="#000"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 410 B |
Binary file not shown.
|
After Width: | Height: | Size: 318 B |
Reference in New Issue
Block a user