Make debug window bigger

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31505 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Ruiz Dorantes
2009-07-10 14:29:33 +00:00
parent 8ca0ccd187
commit 41077a99de
+1 -1
View File
@@ -47,7 +47,7 @@ OutputView::FrameResized(float width, float height)
Output* Output::m_instance = 0;
Output::Output() :
BWindow(BRect(200,200,600,600), "Output", B_TITLED_WINDOW, B_NOT_ZOOMABLE)
BWindow(BRect(200,200,800,800), "Output", B_TITLED_WINDOW, B_NOT_ZOOMABLE)
{
BRect b = Bounds();