diff --git a/java/java-impl/src/com/intellij/refactoring/extractMethod/ExtractMethodDialog.java b/java/java-impl/src/com/intellij/refactoring/extractMethod/ExtractMethodDialog.java index da961d6b8128..239c30235315 100644 --- a/java/java-impl/src/com/intellij/refactoring/extractMethod/ExtractMethodDialog.java +++ b/java/java-impl/src/com/intellij/refactoring/extractMethod/ExtractMethodDialog.java @@ -102,6 +102,7 @@ public class ExtractMethodDialog extends AbstractExtractDialog { myHelpId = helpId; mySignature = new MethodSignatureComponent("", project, JavaFileType.INSTANCE); mySignature.setPreferredSize(new Dimension(450, 100)); + mySignature.setMinimumSize(new Dimension(450, 100)); setTitle(title); // Create UI components