[SSE] Bug 53700
This commit is contained in:
parent
00dfb687b2
commit
1124c85981
|
@ -1488,7 +1488,7 @@ define([
|
||||||
|
|
||||||
me.mnuCustomScale = new Common.UI.MenuItem({
|
me.mnuCustomScale = new Common.UI.MenuItem({
|
||||||
template: _.template([
|
template: _.template([
|
||||||
'<div class="checkable custom-scale" style="padding: 5px 20px;font-weight: normal;line-height: 1.42857143;font-size: 11px;height: 32px;"',
|
'<div class="checkable custom-scale" style="padding: 5px 5px 5px 20px;font-weight: normal;line-height: 1.42857143;font-size: 11px;height: 32px;"',
|
||||||
'<% if(!_.isUndefined(options.stopPropagation)) { %>',
|
'<% if(!_.isUndefined(options.stopPropagation)) { %>',
|
||||||
'data-stopPropagation="true"',
|
'data-stopPropagation="true"',
|
||||||
'<% } %>', '>',
|
'<% } %>', '>',
|
||||||
|
|
Loading…
Reference in a new issue