Didn't spot this coding style violation! Sorry.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29737 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
edae667b94
commit
d63a77f913
@ -22,7 +22,7 @@
|
||||
|
||||
BootManagerWindow::BootManagerWindow()
|
||||
: BWindow(BRect(100, 100, 500, 400), "Boot Manager", B_TITLED_WINDOW,
|
||||
B_ASYNCHRONOUS_CONTROLS | B_NOT_RESIZABLE | B_NOT_ZOOMABLE )
|
||||
B_ASYNCHRONOUS_CONTROLS | B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
|
||||
{
|
||||
float minWidth, maxWidth, minHeight, maxHeight;
|
||||
GetSizeLimits(&minWidth, &maxWidth, &minHeight, &maxHeight);
|
||||
|
Loading…
Reference in New Issue
Block a user