Add border to y axis types

This commit is contained in:
SiboVG 2023-09-18 22:35:27 +02:00
parent f77b76b649
commit dd12e0c92a

View File

@ -220,6 +220,7 @@ public class SimulationPlotPanel extends JPanel {
typeSelectorPanel = new JPanel(new MigLayout("gapy rel"));
JScrollPane scroll = new JScrollPane(typeSelectorPanel);
scroll.setBorder(GUIUtil.getUITheme().getBorder());
this.add(scroll, "spany 3, height 10px, wmin 400lp, grow 100, gapright para");