Ignore:
Timestamp:
Jan 24, 2013, 3:18:40 AM (12 years ago)
Author:
alloc
Message:

AEI2 0.99d:

  • Description top-margin fixed
  • Only show published nodes
  • Win-Installer: Added no-JRE-config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • AE/installer2/src/net/oni2/aeinstaller/gui/MainWin.java

    r646 r647  
    44import java.awt.Desktop;
    55import java.awt.GridLayout;
     6import java.awt.Insets;
    67import java.awt.event.ActionEvent;
    78import java.awt.event.ItemEvent;
     
    144145                tblMods.addModSelectionListener(this);
    145146                tblMods.addDownloadSizeListener(this);
     147               
     148                lblDescriptionVal.setMargin(new Insets(-15, 0, 0, 0));
    146149        }
    147150
     
    536539                                        }
    537540                                }
    538                                
     541
    539542                                if (!Settings.getInstance()
    540543                                                .get("notifyDepsAfterInstall", false)) {
Note: See TracChangeset for help on using the changeset viewer.