mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Made window to use border box.
This commit is contained in:
parent
b83f16cb17
commit
8b14a06a83
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user