mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
initial preferred size for code fragment editor
This commit is contained in:
@@ -303,7 +303,9 @@ public abstract class XDebuggerEditorBase {
|
||||
@Nullable
|
||||
@Override
|
||||
protected JComponent createCenterPanel() {
|
||||
return inputComponent.getMainComponent();
|
||||
JPanel component = inputComponent.getMainComponent();
|
||||
component.setPreferredSize(JBUI.size(300, 200));
|
||||
return component;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user