diff options
| author | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-12 11:23:01 +0100 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik.ramaekers@protonmail.com> | 2020-02-12 11:23:01 +0100 |
| commit | 0fe38e736a5ca90bb957f03f14f652eab72698c5 (patch) | |
| tree | 0a8d0b188fc78d04921417ce16f943038dd6a446 /src/mo_edit.c | |
| parent | cff2438292f18b9061d71809b801bd7b950057af (diff) | |
work
Diffstat (limited to 'src/mo_edit.c')
| -rw-r--r-- | src/mo_edit.c | 2 |
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++) |
