ActionPlaces.UNKNOWN -> real name for toolbars

Signed-off-by: Konstantin Bulenkov <kb@jetbrains.com>
This commit is contained in:
Konstantin Bulenkov
2017-05-15 10:24:15 +03:00
parent eb0fc02834
commit a2b0786287
@@ -190,7 +190,7 @@ public class ProjectStructureConfigurable extends BaseConfigurable implements Se
final DefaultActionGroup toolbarGroup = new DefaultActionGroup();
toolbarGroup.add(new BackAction(myComponent));
toolbarGroup.add(new ForwardAction(myComponent));
final ActionToolbar toolbar = ActionManager.getInstance().createActionToolbar(ActionPlaces.UNKNOWN, toolbarGroup, true);
final ActionToolbar toolbar = ActionManager.getInstance().createActionToolbar("ProjectStructure", toolbarGroup, true);
toolbar.setTargetComponent(myComponent);
myToolbarComponent = toolbar.getComponent();
left.setBackground(UIUtil.SIDE_PANEL_BACKGROUND);