Minor tweak to allow window to be resizable.

This commit is contained in:
Rene Gollent
2013-05-03 20:46:50 -04:00
parent aad822734d
commit 57745c4eb9
@@ -89,6 +89,7 @@ StartTeamWindow::_Init()
.End();
fTeamTextControl->SetExplicitMinSize(BSize(200.0, B_SIZE_UNSET));
fGuideText->SetExplicitMaxSize(BSize(B_SIZE_UNLIMITED, B_SIZE_UNSET));
fStartButton->SetTarget(this);
fCancelButton->SetTarget(this);