diff --git a/cursorless-talon/src/cheatsheet/cheat_sheet.py b/cursorless-talon/src/cheatsheet/cheat_sheet.py index d529531f05..a5e2203c3f 100644 --- a/cursorless-talon/src/cheatsheet/cheat_sheet.py +++ b/cursorless-talon/src/cheatsheet/cheat_sheet.py @@ -189,7 +189,7 @@ def draw_legend(self, canvas): canvas.paint.style = canvas.paint.Style.FILL canvas.paint.textsize = text_size canvas.paint.color = text_color - self.y = canvas.y + canvas.height - line_height + self.y = canvas.y self.draw_value( canvas, "S = Current selection, T = Target, P = Paired delimiter, F = Formatter",