Changeset 7558


Ignore:
Timestamp:
2004-06-04T11:05:06+12:00 (20 years ago)
Author:
kjdon
Message:

made the dialog wider

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/gui/WarningDialog.java

    r7151 r7558  
    4141    implements ActionListener, KeyListener {
    4242
    43      static final private Dimension NORMAL_SIZE = new Dimension(400, 160);
    44     static final private Dimension SETTING_SIZE = new Dimension(400, 200);
     43    static final private Dimension NORMAL_SIZE = new Dimension(450, 160);
     44    static final private Dimension SETTING_SIZE = new Dimension(450, 200);
    4545
    4646    private Dictionary dictionary;
Note: See TracChangeset for help on using the changeset viewer.