* removed the fancy border on the Installer background
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29055 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user