[fixes #1084] Move credit content to second column

This commit is contained in:
Sibo Van Gool 2022-02-01 07:35:32 +01:00
parent f81f5a4c45
commit 71f01ab66d

View File

@ -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);