Ignore:
Timestamp:
Apr 13, 2013, 2:40:07 PM (12 years ago)
Author:
alloc
Message:

AEI2.05:

  • Fixes #13. What do you think about Samer's idea on the description box though?
Location:
java/installer2/src/net/oni2/aeinstaller/gui/packageinfobox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • java/installer2/src/net/oni2/aeinstaller/gui/packageinfobox/PackageInfoBox.java

    r658 r812  
    6060                if (mod != null) {
    6161                        lblTitleVal.setText(mod.getName());
    62                         lblCreatorVal.setText(mod.getCreator());
     62                        lblCreatorVal.setText("<html>" + mod.getCreator() + "</html>");
    6363                        lblDescriptionVal.setText(mod.getDescription());
    6464
  • java/installer2/src/net/oni2/aeinstaller/gui/packageinfobox/PackageInfoBox.yml

    r658 r812  
    2222         [min]             [grow]
    2323         >lblTitle         lblTitleVal         [min]
    24          >lblCreator       lblCreatorVal       [min]
     24         >^lblCreator      lblCreatorVal       [min]
    2525         >lblTypes         lblTypesVal         [min]
    2626         >lblPlatform      lblPlatformVal      [min]
Note: See TracChangeset for help on using the changeset viewer.