Author: spitzak
Date: 2007-10-17 14:01:37 -0700 (Wed, 17 Oct 2007)
New Revision: 5962
Log:
Made thin boxes just a bit more visible. THis is needed if you change
the colors to very dark.
Modified:
trunk/src/UpBox.cxx
Modified: trunk/src/UpBox.cxx
===================================================================
--- trunk/src/UpBox.cxx 2007-10-17 20:54:58 UTC (rev 5961)
+++ trunk/src/UpBox.cxx 2007-10-17 21:01:37 UTC (rev 5962)
@@ -333,26 +333,26 @@
*/
Box* const fltk::UP_BOX = &upBox;
-static FrameBox thinDownBox("thin_down", 1,1,2,2, "WWNN");
+static FrameBox thinDownBox("thin_down", 1,1,2,2, "WWII");
/*!
1-pixel-thick inset box.
*/
Box* const fltk::THIN_DOWN_BOX = &thinDownBox;
-static FrameBox thinUpBox("thin_up", 1,1,2,2, "NNWW", &thinDownBox);
+static FrameBox thinUpBox("thin_up", 1,1,2,2, "IIWW", &thinDownBox);
/*!
1-pixel-thick raised box.
*/
Box* const fltk::THIN_UP_BOX = &thinUpBox;
// in fltk 1.0 these used to point at each other as a "down_" version:
-static FrameBox engravedBox("engraved", 2,2,4,4, "2NNWWWWNN", &downBox);
+static FrameBox engravedBox("engraved", 2,2,4,4, "2IIWWWWII", &downBox);
/*!
2-pixel thick engraved line around edge.
*/
Box* const fltk::ENGRAVED_BOX = &engravedBox;
-static FrameBox embossedBox("embossed", 2,2,4,4, "NNWWWWNN", &downBox);
+static FrameBox embossedBox("embossed", 2,2,4,4, "IIWWWWII", &downBox);
/*!
2-pixel thick raised line around edge.
*/
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit