diff --git a/r5dev/sdklauncher/basepanel.cpp b/r5dev/sdklauncher/basepanel.cpp index 8845491a..50635482 100644 --- a/r5dev/sdklauncher/basepanel.cpp +++ b/r5dev/sdklauncher/basepanel.cpp @@ -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);