Skip to content

Commit

Permalink
PoorMan: Autoresize window.
Browse files Browse the repository at this point in the history
* Fix #9244.
  • Loading branch information
janus2 committed May 16, 2015
1 parent 9fed3c6 commit 85892ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/poorman/PoorManWindow.cpp
Expand Up @@ -46,7 +46,7 @@

PoorManWindow::PoorManWindow(BRect frame)
:
BWindow(frame, STR_APP_NAME, B_TITLED_WINDOW, 0),
BWindow(frame, STR_APP_NAME, B_TITLED_WINDOW, B_AUTO_UPDATE_SIZE_LIMITS),
fStatus(false),
fHits(0),
fPrefWindow(NULL),
Expand Down

0 comments on commit 85892ec

Please sign in to comment.