mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Overlap edge of text box with send button
This commit is contained in:
parent
76d8da3db2
commit
e2bc64a65e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user