Make the installer window not minimizable, as without a Deskbar loaded, minimizing makes things a bit difficult...

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27370 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Lotz
2008-09-08 08:36:38 +00:00
parent 57665c6ef2
commit 92ada5d30c
+1 -1
View File
@@ -69,7 +69,7 @@ LogoView::Draw(BRect update)
InstallerWindow::InstallerWindow(BRect frame_rect)
: BWindow(frame_rect, "Installer", B_TITLED_WINDOW,
B_NOT_ZOOMABLE | B_NOT_RESIZABLE),
B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE | B_NOT_RESIZABLE),
fDriveSetupLaunched(false),
fInstallStatus(kReadyForInstall),
fLastSrcItem(NULL),