Skip to content

Commit 6b4f131

Browse files
committed
Select Warp menu - Reposition description and error text
1 parent d71cba9 commit 6b4f131

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ttyd-tools/rel/source/draw.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3398,7 +3398,7 @@ void drawWarpsOptions()
33983398
// Draw the description for the current option
33993399
if (CurrentlySelectingOption)
34003400
{
3401-
PosY -= 160;
3401+
PosY -= 140;
34023402
drawSingleLineFromArray(PosX, PosY,
34033403
tempCurrentMenuOption, WarpDescriptions);
34043404
}

ttyd-tools/rel/source/menu.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3770,7 +3770,7 @@ void drawMenu()
37703770
if ((tempSelectedOption == SELECT_WARP) &&
37713771
(tempFunctionReturnCode < 0))
37723772
{
3773-
int32_t PosY = -90;
3773+
int32_t PosY = -120;
37743774
drawWarpsErrorMessage(PosY);
37753775
}
37763776
break;

0 commit comments

Comments
 (0)