mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Increase 'Playlists file' text rect
This commit is contained in:
parent
7a7396580d
commit
4fb39f13dd
@ -125,7 +125,7 @@ void CUIBaseSurface::Init()
|
||||
this->m_GameGroupExt->AddControl(this->m_PlaylistFileTextBox);
|
||||
|
||||
this->m_PlaylistFileLabel = new UIX::UIXLabel();
|
||||
this->m_PlaylistFileLabel->SetSize({ 50, 18 });
|
||||
this->m_PlaylistFileLabel->SetSize({ 60, 18 });
|
||||
this->m_PlaylistFileLabel->SetLocation({ 311, 32 });
|
||||
this->m_PlaylistFileLabel->SetTabIndex(0);
|
||||
this->m_PlaylistFileLabel->SetText("Playlists file");
|
||||
|
Loading…
x
Reference in New Issue
Block a user