Changeset 4961


Ignore:
Timestamp:
2003-07-16T15:49:49+12:00 (21 years ago)
Author:
jmt12
Message:

Slight error in logic when removing plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/PlugInManager.java

    r4932 r4961  
    6060    private PlugIn separator_plugin;
    6161    /** The default size for a label. */
    62     static final private Dimension LABEL_SIZE = new Dimension(140, 20);
     62    static final private Dimension LABEL_SIZE = new Dimension(125, 25);
    6363    /** Constructor.
    6464     */
     
    626626
    627627        plugin = new GComboBox(getAvailable());
    628         plugin.setBackgroundNonSelectionColor(Gatherer.config.getColor("coloring.editable", false));
     628        plugin.setBackgroundNonSelectionColor(Gatherer.config.getColor("coloring.editable_background", false));
    629629        plugin.setBackgroundSelectionColor(Gatherer.config.getColor("coloring.collection_selection_background", false));
    630630        plugin.setEditable(true);
Note: See TracChangeset for help on using the changeset viewer.