[DE] Fix bug 57754
This commit is contained in:
parent
cee46a080b
commit
932ea3b87d
|
@ -560,7 +560,10 @@ define([
|
|||
this.rbChangesTip = new Common.UI.RadioBox({
|
||||
el :$markup.findById('#fms-rb-show-track-tooltips'),
|
||||
name : 'show-track-changes',
|
||||
labelText : this.txtChangesTip
|
||||
labelText : this.txtChangesTip,
|
||||
dataHint: '2',
|
||||
dataHintDirection: 'left',
|
||||
dataHintOffset: 'small'
|
||||
});
|
||||
|
||||
this.rbShowChangesNone = new Common.UI.RadioBox({
|
||||
|
|
Loading…
Reference in a new issue