Ignore:
Timestamp:
Mar 26, 2013, 1:22:47 PM (12 years ago)
Author:
alloc
Message:

AEI2 0.99w:

  • Bottom part of main win made a bit tighter (less wasted space below/above)
  • Use natural order for levels on initialization/installation (0, 1, 2, ..., 10 ... instead of 0, 1, 10, ...)
  • Adapter patching to xmlTools >0.8b so it only spawns one instance of xmlTools per level
File:
1 edited

Legend:

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

    r735 r744  
    33  title: appname
    44  size: 950x600
    5   minimumSize: 400x300
     5  minimumSize: 850x300
    66  locationRelativeTo: null
    77  defaultCloseOperation: doNothingOnClose
     
    2828            - JMenuItem(action=exitAction)
    2929        - JMenu(name=fileMenu, text=menu.file):
    30             - JMenuItem(action=runOniFull)
    31             - JMenuItem(action=runOniWin)
    32             - JSeparator()
    3330            - JMenuItem(action=update)
    3431            - JSeparator()
     
    8885                         >btnRunOniWin=1    [min]
    8986                - MigLayout: |
     87                     [[gap 0px 0px, novisualpadding, insets 0]]
    9088                     [min]           [grow]            [min]
    9189                     panBottomLeft   panBottomCenter   panBottomRight    [min]
Note: See TracChangeset for help on using the changeset viewer.