Changeset 4461


Ignore:
Timestamp:
2003-06-03T15:53:00+12:00 (21 years ago)
Author:
kjdon
Message:

added some space between items on the menu bar so that they look more separate than teh two words in Metadata Set, which is only one item

File:
1 edited

Legend:

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

    r4381 r4461  
    145145    edit = new JMenu(get("Edit"));
    146146    edit.setMnemonic(KeyEvent.VK_E);
     147    this.add(Box.createHorizontalStrut(15));
    147148    this.add(edit);
    148149
     
    199200    metadata.add(metadata_export);
    200201    metadata.add(metadata_view);
     202    this.add(Box.createHorizontalStrut(15));
    201203    this.add(metadata);
    202204
     
    212214    tools.add(tools_log);
    213215    tools.add(tools_size);
     216    //this.add(Box.createHorizontalStrut(15));
    214217    //this.add(tools);
    215218
Note: See TracChangeset for help on using the changeset viewer.