From 93460be2e7565d4858c0234fe737545ed1656044 Mon Sep 17 00:00:00 2001 From: SiboVG Date: Thu, 16 Jun 2022 00:48:44 +0200 Subject: [PATCH] Make multi-comp label a bit smaller --- .../sf/openrocket/gui/configdialog/RocketComponentConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swing/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java b/swing/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java index 1b7486292..283cdc52b 100644 --- a/swing/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java +++ b/swing/src/net/sf/openrocket/gui/configdialog/RocketComponentConfig.java @@ -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");