Add small icons
|
@ -183,7 +183,7 @@ define([
|
||||||
cls: 'btn-toolbar', // x-huge icon-top',
|
cls: 'btn-toolbar', // x-huge icon-top',
|
||||||
caption: this.txtPreview,
|
caption: this.txtPreview,
|
||||||
split: false,
|
split: false,
|
||||||
iconCls: 'toolbar__icon btn-preview',
|
iconCls: 'toolbar__icon preview-transitions',
|
||||||
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
|
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
|
||||||
});
|
});
|
||||||
this.lockedControls.push(this.btnPreview);
|
this.lockedControls.push(this.btnPreview);
|
||||||
|
@ -191,7 +191,7 @@ define([
|
||||||
this.btnParameters = new Common.UI.Button({
|
this.btnParameters = new Common.UI.Button({
|
||||||
cls: 'btn-toolbar x-huge icon-top',
|
cls: 'btn-toolbar x-huge icon-top',
|
||||||
caption: this.txtParameters,
|
caption: this.txtParameters,
|
||||||
iconCls: 'toolbar__icon icon btn-insertshape',
|
iconCls: 'toolbar__icon icon transition-fade',
|
||||||
menu: new Common.UI.Menu({
|
menu: new Common.UI.Menu({
|
||||||
items: this.createParametersMenuItems()}),
|
items: this.createParametersMenuItems()}),
|
||||||
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
|
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
|
||||||
|
@ -202,7 +202,7 @@ define([
|
||||||
cls: 'btn-toolbar',
|
cls: 'btn-toolbar',
|
||||||
caption: this.txtApplyToAll,
|
caption: this.txtApplyToAll,
|
||||||
split: true,
|
split: true,
|
||||||
iconCls: 'toolbar__icon btn-changeslide',
|
iconCls: 'toolbar__icon transition-apply-all',
|
||||||
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
|
lock:[_set.slideDeleted, _set.noSlides, _set.disableOnStart, _set.transitLock]
|
||||||
});
|
});
|
||||||
this.lockedControls.push(this.btnApplyToAll);
|
this.lockedControls.push(this.btnApplyToAll);
|
||||||
|
|
After Width: | Height: | Size: 278 B |
After Width: | Height: | Size: 232 B |
After Width: | Height: | Size: 306 B |
After Width: | Height: | Size: 257 B |
After Width: | Height: | Size: 295 B |
After Width: | Height: | Size: 257 B |
After Width: | Height: | Size: 261 B |
After Width: | Height: | Size: 235 B |
After Width: | Height: | Size: 359 B |
After Width: | Height: | Size: 321 B |