about summary refs log tree commit diff stats
path: root/apps/tile/environment.mu
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tile/environment.mu')
-rw-r--r--apps/tile/environment.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index 9e1c8bf1..0190cc24 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -1256,7 +1256,7 @@ fn render-column screen: (addr screen), functions: (addr handle function), bindi
     evaluate functions, bindings, first-line, final-word, stack-addr
     # render stack
     var curr-row/edx: int <- copy top-row
-    curr-row <- add 3  # stack-margin-top
+    curr-row <- add 2  # stack-margin-top
     var _max-width/eax: int <- value-stack-max-width stack-addr
     max-width <- copy _max-width
     var i/eax: int <- value-stack-length stack-addr