tab outline popup location changed

This commit is contained in:
Manindra Moharana
2014-07-15 13:25:42 +05:30
parent 037487fb4f
commit c74193d48a
@@ -100,7 +100,7 @@ public class TabOutline {
frmOutlineView.getHeight())));
frmOutlineView.setLocation(tp.x
+ errorCheckerService.getEditor().ta
.getWidth() - frmOutlineView.getWidth(),
.getWidth()/2 - frmOutlineView.getWidth()/2,
frmOutlineView.getY()
+ (editor.ta.getHeight() - frmOutlineView
.getHeight()) / 2);