Changed extraOffset value.

This commit is contained in:
gennariarmando 2020-04-18 15:05:06 +02:00 committed by erorcun
parent 70ccd4c187
commit 522d14814f
1 changed files with 1 additions and 1 deletions

View File

@ -1127,7 +1127,7 @@ CMenuManager::Draw()
int extraOffset = 0;
if (aScreens[m_nCurrScreen].m_aEntries[rowToCheck].m_Action == MENUACTION_RADIO)
extraOffset = (int) 60.0f;
extraOffset = MENURADIO_ICON_SCALE;
// There were many unused codes in here to calculate how much space will texts gonna take.