Made window to use border box.

This commit is contained in:
Sanel Zukan 2012-05-10 13:22:34 +00:00
parent b83f16cb17
commit 8b14a06a83
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ NotifyWindow::NotifyWindow() : Fl_Window(DEFAULT_W, DEFAULT_H) {
type(NOTIFYWINDOW_TYPE);
color(FL_BACKGROUND2_COLOR);
box(FL_THIN_UP_BOX);
box(FL_BORDER_BOX);
begin();
closeb = new Fl_Button(255, 10, 20, 20, "x");
closeb->box(FL_FLAT_BOX);