diff --git a/0031-on.resize b/0031-on.resize index ad334f0..b0f4b34 100644 --- a/0031-on.resize +++ b/0031-on.resize @@ -6,7 +6,7 @@ on.resize = function() pane.editor_state.right = pane.editor_state.left+1 end pane.editor_state.width = pane.editor_state.right - pane.editor_state.left - pane.editor_state.bottom = Safe_height/2-5 + pane.editor_state.bottom = Safe_height/2-Line_height Text.redraw_all(pane.editor_state) update_output_editor(pane) end