Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Oct 6, 2024
1 parent b942613 commit 3052330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unix/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ DECL_DRAW(check)
XPointDouble pts[] = {
{ax + 1, y + ix->height/2 + 2},
{ax + MENU_XOFFSET, bottom - 2},
{ax + MENU_CHECK_XOFFSET + 1, + MENU_ITEM_GAP + ix->height * 0.2 - 1},
{ax + MENU_CHECK_XOFFSET + 1, y + MENU_ITEM_GAP + ix->height * 0.2 - 1},
{ax + MENU_CHECK_XOFFSET - 2, y + MENU_ITEM_GAP + ix->height * 0.2 + 4},
{ax + MENU_XOFFSET, bottom + 2},
{ax + 4, y + ix->height/2 + 4}
Expand Down

0 comments on commit 3052330

Please sign in to comment.