Cleanup. Make window also look non-resizable, as in practice it's not, for now. This fixes part 2 of ticket #4265.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32456 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström
2009-08-17 12:28:52 +00:00
parent a1bcb09b45
commit c49f6ad7af
2 changed files with 1 additions and 2 deletions
@@ -4,7 +4,6 @@
#include "ZipOMaticActivity.h"
#include <stdio.h>
@@ -32,7 +32,7 @@
ZippoWindow::ZippoWindow(BRect frame, BMessage* refs)
:
BWindow(frame, "Zip-O-Matic", B_TITLED_WINDOW, B_NOT_V_RESIZABLE
BWindow(frame, "Zip-O-Matic", B_TITLED_WINDOW, B_NOT_RESIZABLE
| B_AUTO_UPDATE_SIZE_LIMITS | B_NOT_ZOOMABLE),
fThread(NULL),
fWindowGotRefs(false),