increase max number of parameters (to around 300) in debug GUI

This commit is contained in:
Erwin Coumans
2019-12-04 15:49:06 -08:00
parent 763e25dd37
commit 7f3059c7a9

View File

@@ -290,7 +290,7 @@ void GwenUserInterface::init(int width, int height, Gwen::Renderer::Base* render
//tab->SetHeight(300); //tab->SetHeight(300);
tab->SetWidth(240); tab->SetWidth(240);
tab->SetHeight(1250); tab->SetHeight(13250);
//tab->Dock(Gwen::Pos::Left); //tab->Dock(Gwen::Pos::Left);
tab->Dock(Gwen::Pos::Fill); tab->Dock(Gwen::Pos::Fill);
//tab->SetMargin( Gwen::Margin( 2, 2, 2, 2 ) ); //tab->SetMargin( Gwen::Margin( 2, 2, 2, 2 ) );