From 92ada5d30c56aa9047f009bb04138fd910828a97 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Mon, 8 Sep 2008 08:36:38 +0000 Subject: [PATCH] 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 --- 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 d7eb253546..3cda106796 100644 --- a/src/apps/installer/InstallerWindow.cpp +++ b/src/apps/installer/InstallerWindow.cpp @@ -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),