diff --git a/swing/src/net/sf/openrocket/gui/figure3d/photo/PhotoSettingsConfig.java b/swing/src/net/sf/openrocket/gui/figure3d/photo/PhotoSettingsConfig.java index f3a2fceb4..28e4304ac 100644 --- a/swing/src/net/sf/openrocket/gui/figure3d/photo/PhotoSettingsConfig.java +++ b/swing/src/net/sf/openrocket/gui/figure3d/photo/PhotoSettingsConfig.java @@ -296,7 +296,7 @@ public class PhotoSettingsConfig extends JTabbedPane { /// Image credit final JLabel creditLabel = new JLabel(trans.get("PhotoSettingsConfig.lbl.skyCredit")); - add(creditLabel, "wrap"); + add(creditLabel); final JTextArea credit = new JTextArea(); credit.setEditable(false);