Configure annotations button does not need to be so wide

This commit is contained in:
Bas Leijdekkers
2011-09-19 15:22:25 +02:00
parent 3d2e458ed4
commit 1a2a1896f0
@@ -212,6 +212,7 @@ public class UnusedDeclarationInspection extends FilteringInspectionTool {
EntryPointsManagerImpl.getInstance(project).configureAnnotations();
}
});
gc.fill = GridBagConstraints.NONE;
gc.gridy++;
add(configureAnnotations, gc);