Changeset 4652


Ignore:
Timestamp:
2003-06-13T16:06:12+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed filter to be white (editable).

File:
1 edited

Legend:

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

    r4650 r4652  
    406406    // Change the default colours of this filters combobox.
    407407    GComboBox fcb = filter.getComboBox();
    408     fcb.setBackgroundNonSelectionColor(Gatherer.config.getColor("coloring.collection_tree_background", false));
     408    fcb.setBackgroundNonSelectionColor(Color.white);
    409409    fcb.setTextNonSelectionColor(Gatherer.config.getColor("coloring.collection_tree_foreground", false));
    410410    fcb.setBackgroundSelectionColor(Gatherer.config.getColor("coloring.collection_selection_background", false));
Note: See TracChangeset for help on using the changeset viewer.