summaryrefslogtreecommitdiff
path: root/src/mo_edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mo_edit.c')
-rw-r--r--src/mo_edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mo_edit.c b/src/mo_edit.c
index b481b9f..76157ba 100644
--- a/src/mo_edit.c
+++ b/src/mo_edit.c
@@ -581,7 +581,7 @@ int main(int argc, char **argv)
term_scroll.scroll = 0;
}
- term_scroll.height = main_window->height-global_ui_context.layout.offset_y+WIDGET_PADDING;
+ term_scroll.height = main_window->height-global_ui_context.layout.offset_y+8;
ui_scroll_begin(&term_scroll);
{
for (s32 i = 0; i < current_project->terms.length; i++)