Changeset 4667


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

Changed the background colour of the filter to be "color.editable".

File:
1 edited

Legend:

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

    r4652 r4667  
    406406    // Change the default colours of this filters combobox.
    407407    GComboBox fcb = filter.getComboBox();
    408     fcb.setBackgroundNonSelectionColor(Color.white);
     408    fcb.setBackgroundNonSelectionColor(Gatherer.config.getColor("coloring.editable", false));
    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.