Overlap edge of text box with send button

This commit is contained in:
Kawe Mazidjatari 2022-06-06 01:16:40 +02:00
parent 76d8da3db2
commit e2bc64a65e

View File

@ -457,7 +457,7 @@ void CUIBaseSurface::Init()
this->m_ConsoleCommandTextBox = new UIX::UIXTextBox();
this->m_ConsoleCommandTextBox->SetSize({ 350, 18 });
this->m_ConsoleCommandTextBox->SetSize({ 351, 18 });
this->m_ConsoleCommandTextBox->SetLocation({ 0, 149 });
this->m_ConsoleCommandTextBox->SetTabIndex(0);
this->m_ConsoleCommandTextBox->SetReadOnly(false);