diff options
Diffstat (limited to 'test/dw_find_test.cc')
-rw-r--r-- | test/dw_find_test.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dw_find_test.cc b/test/dw_find_test.cc index d007301a..01032285 100644 --- a/test/dw_find_test.cc +++ b/test/dw_find_test.cc @@ -73,6 +73,7 @@ int main(int argc, char **argv) layout = new Layout (platform); window = new Fl_Window(200, 300, "Dw Find Test"); + window->box(FL_NO_BOX); window->begin(); viewport = new FltkViewport (0, 0, 200, 280); @@ -90,6 +91,7 @@ int main(int argc, char **argv) resetButton->clear_visible_focus (); resultLabel = new Fl_Box(100, 280, 100, 20, "---"); + resultLabel->box(FL_FLAT_BOX); FontAttrs fontAttrs; fontAttrs.name = "Bitstream Charter"; |