Changeset 4609 for trunk/gli


Ignore:
Timestamp:
2003-06-12T15:37:07+12:00 (21 years ago)
Author:
mdewsnip
Message:

Changed the background of the combo boxes to be white.

File:
1 edited

Legend:

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

    r4587 r4609  
    288288    // Change the default colours of this filters combobox.
    289289    GComboBox fcb = workspace_filter.getComboBox();
    290     fcb.setBackgroundNonSelectionColor(Gatherer.config.getColor("coloring.workspace_tree_background", false));
     290    fcb.setBackgroundNonSelectionColor(Color.white);
    291291    fcb.setTextNonSelectionColor(Gatherer.config.getColor("coloring.workspace_tree_foreground", false));
    292292    fcb.setBackgroundSelectionColor(Gatherer.config.getColor("coloring.workspace_selection_background", false));
     
    339339    // Change the default colours of this filters combobox.
    340340    fcb = collection_filter.getComboBox();
    341     fcb.setBackgroundNonSelectionColor(Gatherer.config.getColor("coloring.collection_tree_background", false));
     341    fcb.setBackgroundNonSelectionColor(Color.white);
    342342    fcb.setTextNonSelectionColor(Gatherer.config.getColor("coloring.collection_tree_foreground", false));
    343343    fcb.setBackgroundSelectionColor(Gatherer.config.getColor("coloring.collection_selection_background", false));
Note: See TracChangeset for help on using the changeset viewer.