Changeset 10593


Ignore:
Timestamp:
2005-09-05T11:55:27+12:00 (19 years ago)
Author:
mdewsnip
Message:

The text field when editing metadata values on Windows had a border which was hiding a small part of the text -- this border has been removed.

File:
1 edited

Legend:

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

    r10011 r10593  
    200200        // We need to listen for double clicks on the text field to open the editor dialog
    201201        metadata_value_text_field.addMouseListener(new MetadataValueTextFieldMouseListener());
     202        metadata_value_text_field.setBorder(null);
    202203
    203204        // We need to listen for key presses so we can catch Enter presses
Note: See TracChangeset for help on using the changeset viewer.