Changeset 5216


Ignore:
Timestamp:
2003-08-19T16:55:30+12:00 (21 years ago)
Author:
mdewsnip
Message:

Added new width for double image buttons (in CDM).

File:
1 edited

Legend:

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

    r5153 r5216  
    5454public class Utility {
    5555    static final public Dimension BUTTON_SIZE = new Dimension(160, 35);
     56    static final public Dimension DOUBLE_IMAGE_BUTTON_SIZE = new Dimension(190, 35);
    5657    static final public Dimension LABEL_SIZE = new Dimension(125, 35);
    5758    /** 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.