diff --git a/src/apps/installer/InstallerWindow.cpp b/src/apps/installer/InstallerWindow.cpp index 3cda106796..d6199d0a5b 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -81,7 +81,7 @@ InstallerWindow::InstallerWindow(BRect frame_rect) bounds.bottom += 1; bounds.right += 1; fBackBox = new BBox(bounds, NULL, B_FOLLOW_ALL, - B_WILL_DRAW | B_FRAME_EVENTS, B_FANCY_BORDER); + B_WILL_DRAW | B_FRAME_EVENTS, B_NO_BORDER); AddChild(fBackBox); BRect logoRect = fBackBox->Bounds();