Ticket #4425: bootman.dff

File bootman.dff, 540 bytes (added by BeSman, 14 years ago)

Patch for bootman makes it not minimizable. I did that for reason if user double-click it when deskbar not launched bootman dissapear and not restore

Line 
1Index: BootManagerWindow.cpp
2===================================================================
3--- BootManagerWindow.cpp (revision 35770)
4+++ BootManagerWindow.cpp (working copy)
5@@ -22,7 +22,7 @@
6
7 BootManagerWindow::BootManagerWindow()
8 : BWindow(BRect(100, 100, 500, 400), "Boot Manager", B_TITLED_WINDOW,
9- B_ASYNCHRONOUS_CONTROLS | B_NOT_ZOOMABLE)
10+ B_ASYNCHRONOUS_CONTROLS | B_NOT_ZOOMABLE | B_NOT_MINIMIZABLE)
11 {
12 float minWidth, maxWidth, minHeight, maxHeight;
13 GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);