From 62c161126c98c1dc8e574bece3a70ac650a2e481 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Thu, 13 Dec 2001 20:11:56 +0000 Subject: 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 --- src/fl_plastic.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 $". // -- cgit v1.2.3