Use flat box by default

This commit is contained in:
Sanel Zukan 2010-03-07 21:33:55 +00:00
parent f17c97d4a8
commit 6de400ed8b

View File

@ -16,7 +16,7 @@ private:
char buf[64];
public:
Clock() : Fl_Box(450, 0, 80, 25, NULL) {
box(FL_THIN_DOWN_BOX);
box(FL_FLAT_BOX);
}
~Clock() {