eval deialog in statement mode - editor height fix

This commit is contained in:
Kirill Kalishev
2011-04-14 14:11:26 +04:00
parent a19b29d535
commit 95fcd3e30d
@@ -61,6 +61,7 @@ public class DebuggerStatementEditor extends DebuggerEditorImpl {
return false;
}
};
myEditor.setCenterByHeight(false);
setLayout(new BorderLayout());
add(myEditor, BorderLayout.CENTER);