Code clean up and SetSizeLimit added.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4056 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Phil Greenway
2003-07-24 14:09:11 +00:00
parent ec3447e61f
commit 57dd76be4d
2 changed files with 6 additions and 23 deletions
+3
View File
@@ -207,6 +207,9 @@ void DevicesWindow::InitWindow(void)
ptrDevicesView->AddChild(outlinesv);
ptrDevicesView->AddChild(btnConfigure);
ptrDevicesView->AddChild(BottomFrame);
// Set Window Limits
SetSizeLimits(396,396,400,400);
}
// ---------------------------------------------------------------------------------------------------------- //