Ignore:
Timestamp:
2004-12-14T15:29:54+13:00 (20 years ago)
Author:
mdewsnip
Message:

Fixed up some button sizes on the Search Indexes page and removed some dead constants.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/Utility.java

    r8654 r8802  
    5959 */
    6060public class Utility {
    61     static final public Dimension BUTTON_SIZE = new Dimension(160, 35);
    62     static final public Dimension DOUBLE_IMAGE_BUTTON_SIZE = new Dimension(190, 35);
     61    static final public Dimension MINIMUM_BUTTON_SIZE = new Dimension(100, 25);
     62    // static final public Dimension DOUBLE_IMAGE_BUTTON_SIZE = new Dimension(190, 35);
    6363    static final public Dimension LABEL_SIZE = new Dimension(150, 25);
    6464    /** The default size of a gatherer progress bar, in either the download view or the build view. */
Note: See TracChangeset for help on using the changeset viewer.