game(android): add custom chat

This commit is contained in:
nillerusr
2022-09-08 21:23:06 +03:00
parent 93c71cb74a
commit 09924b7998
2 changed files with 41 additions and 10 deletions
+1 -1
View File
@@ -244,7 +244,7 @@ void CCreateMultiplayerGameGameplayPage::LoadGameOptionsList()
}
pCtrl->pScrObj = pObj;
pCtrl->SetSize( 100, 28 );
pCtrl->SetSize( 100, scheme()->GetProportionalScaledValue(28) );
//pCtrl->SetBorder( scheme()->GetBorder(1, "DepressedButtonBorder") );
m_pOptionsList->AddItem( pCtrl );