Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit a11ea42

Browse files
committed
Set version text position to the lower left corner
1 parent dcbaca1 commit a11ea42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Menus/MainMenuGUI.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ int MainMenuGUI::Create(Controller *pController)
441441

442442
m_VersionLabel = dynamic_cast<GUILabel *>(m_pGUIController->GetControl("VersionLabel"));
443443
m_VersionLabel->SetText(c_GameVersion);
444+
m_VersionLabel->SetPositionAbs(10, g_FrameMan.GetResY() - m_VersionLabel->GetTextHeight() - 10);
444445

445446
///////////////////////////////////////////////////////////////////////////////////////////////
446447
// Load mod data and fill the lists

0 commit comments

Comments
 (0)