From 9ae2841d97cee059e487d0d250efe1a16b2035bf Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Wed, 22 Apr 2009 17:52:17 +0400 Subject: [PATCH] project view "view as" alignment tweaks --- lang-impl/src/com/intellij/ide/projectView/impl/ProjectViewImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang-impl/src/com/intellij/ide/projectView/impl/ProjectViewImpl.java b/lang-impl/src/com/intellij/ide/projectView/impl/ProjectViewImpl.java index db94fee6a7..a5f5ff253b 100644 --- a/lang-impl/src/com/intellij/ide/projectView/impl/ProjectViewImpl.java +++ b/lang-impl/src/com/intellij/ide/projectView/impl/ProjectViewImpl.java @@ -247,7 +247,7 @@ public final class ProjectViewImpl extends ProjectView implements JDOMExternaliz myTopPanel = new JPanel(new GridBagLayout()); myTopPanel.add(combo, new GridBagConstraints(0, 0, 1, 1, 1.0, 1.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0)); - myTopPanel.add(myActionGroupPanel, new GridBagConstraints(1, 0, 1, 1, 0.0, 1.0, GridBagConstraints.CENTER, GridBagConstraints.BOTH, new Insets(0, 0, 0, 0), 0, 0)); + myTopPanel.add(myActionGroupPanel, new GridBagConstraints(1, 0, 1, 1, 0.0, 1.0, GridBagConstraints.CENTER, GridBagConstraints.NONE, new Insets(0, 0, 0, 0), 0, 0)); myViewContentPanel = new JPanel(); myPanel = new SimpleToolWindowPanel(true); -- 2.11.4.GIT