[SSE] Update select pivot icon.
This commit is contained in:
parent
8d85895db0
commit
b142294a4a
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 9 KiB |
Binary file not shown.
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 18 KiB |
|
@ -310,3 +310,4 @@
|
|||
.button-normal-icon(~'x-huge .btn-grand-totals', 52, @toolbar-big-icon-size);
|
||||
.button-normal-icon(~'x-huge .btn-contents', 53, @toolbar-big-icon-size);
|
||||
.button-normal-icon(btn-controls, 54, @toolbar-big-icon-size);
|
||||
.button-normal-icon(~'x-huge .btn-select-pivot', 55, @toolbar-big-icon-size);
|
||||
|
|
|
@ -253,7 +253,7 @@ define([
|
|||
|
||||
this.btnSelectPivot = new Common.UI.Button({
|
||||
cls: 'btn-toolbar x-huge icon-top',
|
||||
iconCls: 'btn-update-pivot',
|
||||
iconCls: 'btn-select-pivot',
|
||||
caption: this.txtSelect
|
||||
});
|
||||
this.lockedControls.push(this.btnSelectPivot);
|
||||
|
|
Loading…
Reference in a new issue