mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
get navigation history back
This commit is contained in:
+2
-2
@@ -197,9 +197,9 @@ public class ProjectStructureConfigurable extends BaseConfigurable implements Se
|
||||
myToolbarComponent = toolbar.getComponent();
|
||||
if (Registry.is("ide.new.project.settings")) {
|
||||
left.setBackground(UIUtil.getSidePanelColor());
|
||||
} else {
|
||||
left.add(myToolbarComponent, BorderLayout.NORTH);
|
||||
myToolbarComponent.setBackground(UIUtil.getSidePanelColor());
|
||||
}
|
||||
left.add(myToolbarComponent, BorderLayout.NORTH);
|
||||
left.add(mySidePanel, BorderLayout.CENTER);
|
||||
|
||||
mySplitter.setFirstComponent(left);
|
||||
|
||||
Reference in New Issue
Block a user