We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d71cba9 commit 6b4f131Copy full SHA for 6b4f131
ttyd-tools/rel/source/draw.cpp
@@ -3398,7 +3398,7 @@ void drawWarpsOptions()
3398
// Draw the description for the current option
3399
if (CurrentlySelectingOption)
3400
{
3401
- PosY -= 160;
+ PosY -= 140;
3402
drawSingleLineFromArray(PosX, PosY,
3403
tempCurrentMenuOption, WarpDescriptions);
3404
}
ttyd-tools/rel/source/menu.cpp
@@ -3770,7 +3770,7 @@ void drawMenu()
3770
if ((tempSelectedOption == SELECT_WARP) &&
3771
(tempFunctionReturnCode < 0))
3772
3773
- int32_t PosY = -90;
+ int32_t PosY = -120;
3774
drawWarpsErrorMessage(PosY);
3775
3776
break;
0 commit comments