[DE PE SSE] Fix alt hint's position for desktop app
This commit is contained in:
parent
a05d2d9aba
commit
9e891d4f3d
|
@ -476,8 +476,8 @@ define([
|
||||||
iconCls: iconid,
|
iconCls: iconid,
|
||||||
disabled: disabled === true,
|
disabled: disabled === true,
|
||||||
dataHint:'0',
|
dataHint:'0',
|
||||||
dataHintDirection: hintDirection ? hintDirection : 'left',
|
dataHintDirection: hintDirection ? hintDirection : (config.isDesktopApp ? 'right' : 'left'),
|
||||||
dataHintOffset: hintOffset ? hintOffset : '10, 10',
|
dataHintOffset: hintOffset ? hintOffset : (config.isDesktopApp ? '10, -10' : '10, 10'),
|
||||||
dataHintTitle: hintTitle
|
dataHintTitle: hintTitle
|
||||||
})).render(slot);
|
})).render(slot);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue