[SSE] Update icons
This commit is contained in:
parent
12450625cc
commit
8e0c9709e1
apps
common/main/resources/img/toolbar
1.25x
1.5x
1.75x
1x
2x
spreadsheeteditor/main/app/view
Binary file not shown.
Before ![]() (image error) Size: 295 B |
Binary file not shown.
Before ![]() (image error) Size: 279 B |
Binary file not shown.
Before ![]() (image error) Size: 320 B |
Binary file not shown.
Before ![]() (image error) Size: 338 B |
Binary file not shown.
Before ![]() (image error) Size: 384 B |
Binary file not shown.
Before ![]() (image error) Size: 368 B |
Binary file not shown.
Before ![]() (image error) Size: 256 B |
Binary file not shown.
Before ![]() (image error) Size: 254 B |
Binary file not shown.
Before ![]() (image error) Size: 426 B |
Binary file not shown.
Before ![]() (image error) Size: 433 B |
|
@ -893,7 +893,7 @@ define([
|
|||
this.btnUp = new Common.UI.Button({
|
||||
parentEl: $('#chart-btn-y-up', me.$el),
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'toolbar__icon btn-rotate-270',
|
||||
iconCls: 'toolbar__icon btn-rotate-y-clockwise',
|
||||
hint: this.textUp,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
|
@ -906,7 +906,7 @@ define([
|
|||
this.btnDown= new Common.UI.Button({
|
||||
parentEl: $('#chart-btn-y-down', me.$el),
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'toolbar__icon btn-rotate-90',
|
||||
iconCls: 'toolbar__icon btn-rotate-y-counterclockwise',
|
||||
hint: this.textDown,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
|
@ -935,7 +935,7 @@ define([
|
|||
this.btnNarrow = new Common.UI.Button({
|
||||
parentEl: $('#chart-btn-narrow', me.$el),
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'toolbar__icon btn-rotate-270',
|
||||
iconCls: 'toolbar__icon btn-rotate-up',
|
||||
hint: this.textNarrow,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
|
@ -948,7 +948,7 @@ define([
|
|||
this.btnWiden= new Common.UI.Button({
|
||||
parentEl: $('#chart-btn-widen', me.$el),
|
||||
cls: 'btn-toolbar',
|
||||
iconCls: 'toolbar__icon btn-rotate-90',
|
||||
iconCls: 'toolbar__icon btn-rotate-down',
|
||||
hint: this.textWiden,
|
||||
dataHint: '1',
|
||||
dataHintDirection: 'top'
|
||||
|
|
Loading…
Reference in a new issue