[DE] Update icons for equation settings
This commit is contained in:
parent
6c15d65919
commit
77abebdf60
|
@ -3327,7 +3327,7 @@ define([
|
||||||
items : [
|
items : [
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.unicodeText,
|
caption : me.unicodeText,
|
||||||
iconCls : 'menu__icon text-orient-hor',
|
iconCls : 'menu__icon unicode',
|
||||||
checkable : true,
|
checkable : true,
|
||||||
checkmark : false,
|
checkmark : false,
|
||||||
checked : false,
|
checked : false,
|
||||||
|
@ -3336,7 +3336,7 @@ define([
|
||||||
})).on('click', _.bind(equationInput, me)),
|
})).on('click', _.bind(equationInput, me)),
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.latexText,
|
caption : me.latexText,
|
||||||
iconCls : 'menu__icon text-orient-rdown',
|
iconCls : 'menu__icon latex',
|
||||||
checkable : true,
|
checkable : true,
|
||||||
checkmark : false,
|
checkmark : false,
|
||||||
checked : false,
|
checked : false,
|
||||||
|
@ -3346,22 +3346,22 @@ define([
|
||||||
{ caption : '--' },
|
{ caption : '--' },
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.currProfText,
|
caption : me.currProfText,
|
||||||
iconCls : 'menu__icon text-orient-hor',
|
iconCls : 'menu__icon professional-equation',
|
||||||
value : {all: false, linear: false}
|
value : {all: false, linear: false}
|
||||||
})).on('click', _.bind(equationMathView, me)),
|
})).on('click', _.bind(equationMathView, me)),
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.currLinearText,
|
caption : me.currLinearText,
|
||||||
iconCls : 'menu__icon text-orient-rdown',
|
iconCls : 'menu__icon linear-equation',
|
||||||
value : {all: false, linear: true}
|
value : {all: false, linear: true}
|
||||||
})).on('click', _.bind(equationMathView, me)),
|
})).on('click', _.bind(equationMathView, me)),
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.allProfText,
|
caption : me.allProfText,
|
||||||
iconCls : 'menu__icon text-orient-hor',
|
iconCls : 'menu__icon professional-equation',
|
||||||
value : {all: true, linear: false}
|
value : {all: true, linear: false}
|
||||||
})).on('click', _.bind(equationMathView, me)),
|
})).on('click', _.bind(equationMathView, me)),
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.allLinearText,
|
caption : me.allLinearText,
|
||||||
iconCls : 'menu__icon text-orient-rdown',
|
iconCls : 'menu__icon linear-equation',
|
||||||
value : {all: true, linear: true}
|
value : {all: true, linear: true}
|
||||||
})).on('click', _.bind(equationMathView, me)),
|
})).on('click', _.bind(equationMathView, me)),
|
||||||
{ caption : '--' },
|
{ caption : '--' },
|
||||||
|
@ -3871,7 +3871,7 @@ define([
|
||||||
items : [
|
items : [
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.unicodeText,
|
caption : me.unicodeText,
|
||||||
iconCls : 'menu__icon text-orient-hor',
|
iconCls : 'menu__icon unicode',
|
||||||
checkable : true,
|
checkable : true,
|
||||||
checkmark : false,
|
checkmark : false,
|
||||||
checked : false,
|
checked : false,
|
||||||
|
@ -3880,7 +3880,7 @@ define([
|
||||||
})).on('click', _.bind(equationInput, me)),
|
})).on('click', _.bind(equationInput, me)),
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.latexText,
|
caption : me.latexText,
|
||||||
iconCls : 'menu__icon text-orient-rdown',
|
iconCls : 'menu__icon latex',
|
||||||
checkable : true,
|
checkable : true,
|
||||||
checkmark : false,
|
checkmark : false,
|
||||||
checked : false,
|
checked : false,
|
||||||
|
@ -3890,22 +3890,22 @@ define([
|
||||||
{ caption : '--' },
|
{ caption : '--' },
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.currProfText,
|
caption : me.currProfText,
|
||||||
iconCls : 'menu__icon text-orient-hor',
|
iconCls : 'menu__icon professional-equation',
|
||||||
value : {all: false, linear: false}
|
value : {all: false, linear: false}
|
||||||
})).on('click', _.bind(equationMathView, me)),
|
})).on('click', _.bind(equationMathView, me)),
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.currLinearText,
|
caption : me.currLinearText,
|
||||||
iconCls : 'menu__icon text-orient-rdown',
|
iconCls : 'menu__icon linear-equation',
|
||||||
value : {all: false, linear: true}
|
value : {all: false, linear: true}
|
||||||
})).on('click', _.bind(equationMathView, me)),
|
})).on('click', _.bind(equationMathView, me)),
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.allProfText,
|
caption : me.allProfText,
|
||||||
iconCls : 'menu__icon text-orient-hor',
|
iconCls : 'menu__icon professional-equation',
|
||||||
value : {all: true, linear: false}
|
value : {all: true, linear: false}
|
||||||
})).on('click', _.bind(equationMathView, me)),
|
})).on('click', _.bind(equationMathView, me)),
|
||||||
(new Common.UI.MenuItem({
|
(new Common.UI.MenuItem({
|
||||||
caption : me.allLinearText,
|
caption : me.allLinearText,
|
||||||
iconCls : 'menu__icon text-orient-rdown',
|
iconCls : 'menu__icon linear-equation',
|
||||||
value : {all: true, linear: true}
|
value : {all: true, linear: true}
|
||||||
})).on('click', _.bind(equationMathView, me)),
|
})).on('click', _.bind(equationMathView, me)),
|
||||||
{ caption : '--' },
|
{ caption : '--' },
|
||||||
|
|
Loading…
Reference in a new issue