Changeset 2026 for trunk/gsdl


Ignore:
Timestamp:
2001-02-20T15:10:23+13:00 (23 years ago)
Author:
paynter
Message:

Made highlight bar yellow by default - it used to be a custom colour, but
that cour wasn't showing up in the applet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/phind/client/Phind.java

    r2010 r2026  
    651651    panel_bg = parameterValue("panel_bg", panel_bg);
    652652
    653     highlight_bg = parameterValue("highlight_bg", new Color(255, 220, 115));
     653    highlight_bg = parameterValue("highlight_bg", Color.yellow);
    654654
    655655    expansion_fg = parameterValue("expansion_fg", Color.black);
Note: See TracChangeset for help on using the changeset viewer.