Mercurial > public > ostc4
diff Discovery/Src/tMenu.c @ 866:3a1c533f3840
Zusammenf?hren
author | heinrichsweikamp |
---|---|
date | Mon, 22 Jul 2024 16:40:14 +0200 |
parents | 4bd8935f5176 |
children | bc2fcd002fc4 |
line wrap: on
line diff
--- a/Discovery/Src/tMenu.c Mon Jul 22 16:39:48 2024 +0200 +++ b/Discovery/Src/tMenu.c Mon Jul 22 16:40:14 2024 +0200 @@ -1445,18 +1445,18 @@ } pDestination -= (800) * 480; - positionText += 70; + positionText += 66; if(((k == 4) && (actual_menu_content != MENU_SURFACE)) || ((k == 6) && (menu.pageCountNumber[5] == 0))) { pDestination -= 70 * 480; - positionText += 70; + positionText += 66; } if(spacing[k]) { pDestination -= 35 * 480; - positionText += 35; + positionText += 31; } } }