mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-77470 Change signature dialog: default value spans the whole line when type and parameter name are invisible
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ public class JavaChangeSignatureDialog extends ChangeSignatureDialogBase<Paramet
|
||||
panel.setBorder(new DottedBorder(UIUtil.getTableForeground()));
|
||||
}
|
||||
}
|
||||
panel.add(field, BorderLayout.CENTER);
|
||||
panel.add(field, BorderLayout.WEST);
|
||||
return panel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user