[DE] Fix bug 57754

This commit is contained in:
JuliaSvinareva 2022-06-23 21:17:13 +03:00
parent cee46a080b
commit 932ea3b87d

View file

@ -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({