From 86bc2f8eac8ed384197cd26a32d4b5621bc56185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 26 Jan 2009 23:35:12 +0000 Subject: [PATCH] * removed the fancy border on the Installer background git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29055 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/installer/InstallerWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();