Include 'Parts library' button in order

This commit is contained in:
SiboVG 2022-08-27 20:00:08 +02:00
parent 9bbbed4567
commit 72b9deddb7

View File

@ -134,6 +134,7 @@ public class RocketComponentConfig extends JPanel {
} }
}); });
this.add(selectPreset); this.add(selectPreset);
order.add(selectPreset);
} }
tabbedPane = new JTabbedPane(); tabbedPane = new JTabbedPane();