From 4fb39f13ddb265535c5fe97e0bcadea6fb0a3e71 Mon Sep 17 00:00:00 2001 From: Kawe Mazidjatari <48657826+Mauler125@users.noreply.github.com> Date: Sun, 11 Sep 2022 16:37:14 +0200 Subject: [PATCH] Increase 'Playlists file' text rect --- r5dev/sdklauncher/basepanel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/r5dev/sdklauncher/basepanel.cpp b/r5dev/sdklauncher/basepanel.cpp index 4e2529e3..2d3173f4 100644 --- a/r5dev/sdklauncher/basepanel.cpp +++ b/r5dev/sdklauncher/basepanel.cpp @@ -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");