* 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:
Jérôme Duval
2009-01-26 23:35:12 +00:00
parent 3a383e67db
commit 86bc2f8eac
+1 -1
View File
@@ -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();