diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-13 20:11:56 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-12-13 20:11:56 +0000 |
| commit | 62c161126c98c1dc8e574bece3a70ac650a2e481 (patch) | |
| tree | 04fd063233891e03f2191056004c48a4e5a412d9 /src | |
| parent | 30f8cef2125a5e0cd16a8f9e9fb6a66ec7887c86 (diff) | |
Tweek the FL_PLASTIC_UP_BOX to look more transparent...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1841 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/fl_plastic.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/fl_plastic.cxx b/src/fl_plastic.cxx index 8d1b9cf84..76139c6b9 100644 --- a/src/fl_plastic.cxx +++ b/src/fl_plastic.cxx @@ -1,5 +1,5 @@ // -// "$Id: fl_plastic.cxx,v 1.1.2.3 2001/12/06 18:12:35 easysw Exp $" +// "$Id: fl_plastic.cxx,v 1.1.2.4 2001/12/13 20:11:56 easysw Exp $" // // "Plastic" drawing routines for the Fast Light Tool Kit (FLTK). // @@ -126,7 +126,7 @@ static void up_box(int x, int y, int w, int h, Fl_Color c) { fl_rectf(x + 2, y + 2, w - 4, h - 4); } else - shade_rect(x + 2, y + 2, w - 4, h - 4, "VUTSSTUVWW", c); + shade_rect(x + 2, y + 2, w - 4, h - 4, "VTRPPRTVXX", c); up_frame(x, y, w, h, c); } @@ -165,5 +165,5 @@ Fl_Boxtype define_FL_PLASTIC_UP_BOX() { // -// End of "$Id: fl_plastic.cxx,v 1.1.2.3 2001/12/06 18:12:35 easysw Exp $". +// End of "$Id: fl_plastic.cxx,v 1.1.2.4 2001/12/13 20:11:56 easysw Exp $". // |
