mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Launcher: improve dropdown UI name
Name it "mode" as that is more known for gamers.
This commit is contained in:
parent
0f17987599
commit
b4f68d69ce
@ -104,7 +104,7 @@ void CSurface::Init()
|
||||
this->m_PlaylistLabel->SetSize({ 50, 25 });
|
||||
this->m_PlaylistLabel->SetLocation({ 365, 53 });
|
||||
this->m_PlaylistLabel->SetTabIndex(0);
|
||||
this->m_PlaylistLabel->SetText("Playlist");
|
||||
this->m_PlaylistLabel->SetText("Mode");
|
||||
this->m_PlaylistLabel->SetAnchor(Forms::AnchorStyles::Top | Forms::AnchorStyles::Left);
|
||||
this->m_PlaylistLabel->SetTextAlign(Drawing::ContentAlignment::TopLeft);
|
||||
this->m_GameGroup->AddControl(this->m_PlaylistLabel);
|
||||
|
Loading…
x
Reference in New Issue
Block a user