mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
16.22.2007 4b75ccc54565a9c317f8f1f33790380ba32efabb
opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -1694,7 +1694,8 @@
          boolean isSelected,
          boolean cellHasFocus)
      {
        JLabel l = makeJLabel(IconType.NO_ICON, Message.raw(value), textStyle);
        JLabel l = makeJLabel(IconType.NO_ICON, Message.fromObject(value),
                              textStyle);
        l.setBorder(new EmptyBorder(TOP_INSET_SECONDARY_FIELD, 0, 0, 0));
        return l;
      }