diff options
author | gennariarmando <gennariarmando@outlook.com> | 2020-04-18 15:05:06 +0200 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2020-04-18 16:14:48 +0300 |
commit | 522d14814f58e8a8ed9445c9c1a213aa9ca2cad2 (patch) | |
tree | ded122271e8a0b6253fa72f3693d0d2af5cac525 /src/core | |
parent | 70ccd4c187d5870b69f88ba25d87ee3ead6a448c (diff) |
Changed extraOffset value.
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/Frontend.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Frontend.cpp b/src/core/Frontend.cpp index f4e0996b..a900d696 100644 --- a/src/core/Frontend.cpp +++ b/src/core/Frontend.cpp @@ -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. |