diff --git a/fx92.py b/fx92.py index 73c514a..90773eb 100755 --- a/fx92.py +++ b/fx92.py @@ -95,7 +95,7 @@ def main(): print_ast(ast, lang="ast") - with Window(width=128, height=48, scale=scale, quiet=quiet) as w: + with Window(width=192, height=47, scale=scale, quiet=quiet) as w: ctx = Context(w) ctx.run(ast)