fix ConfigItems
[fanfix.git] / src / be / nikiroo / utils / ui / ConfigEditor.java
index b384c9dc49631f37d5998385f745408570a1043c..ca85f6161fdbd7db238a71a3872f59569564d797 100644 (file)
@@ -114,6 +114,7 @@ public class ConfigEditor<E extends Enum<E>> extends JPanel {
                        String info = item.getDescription();
                        info = StringUtils.justifyTexts(info, 100);
                        if (!info.isEmpty()) {
+                               info = info + "\n";
                                JTextArea text = new JTextArea(info);
                                text.setWrapStyleWord(true);
                                text.setOpaque(false);