[fixes #1084] Move credit content to second column
This commit is contained in:
parent
f81f5a4c45
commit
71f01ab66d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user