Make multi-comp label a bit smaller

This commit is contained in:
SiboVG 2022-06-16 00:48:44 +02:00
parent 93bf12ec39
commit 93460be2e7

View File

@ -149,7 +149,7 @@ public class RocketComponentConfig extends JPanel {
buttonPanel = new JPanel(new MigLayout("fillx, ins 5"));
//// Multi-comp edit label
multiCompEditLabel = new StyledLabel(" ", 0, Style.BOLD);
multiCompEditLabel = new StyledLabel(" ", -1, Style.BOLD);
//multiCompEditLabel.setFontColor(new Color(0, 0, 239));
multiCompEditLabel.setFontColor(new Color(170, 0, 100));
buttonPanel.add(multiCompEditLabel, "split 2");