From b148931b259d4ebd407a5ee5352535df8b1db9ba Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 11 Oct 2014 14:05:35 -0400 Subject: Grow and shrink views by an integral, not arbitrary, value. --- modules/textadept/menu.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/textadept/menu.lua') diff --git a/modules/textadept/menu.lua b/modules/textadept/menu.lua index 2c35dc4d..0cbf4590 100644 --- a/modules/textadept/menu.lua +++ b/modules/textadept/menu.lua @@ -175,8 +175,8 @@ local menubar = { {_L['Split View _Vertical'], {view.split, view, true}}, {_L['_Unsplit View'], {view.unsplit, view}}, {_L['Unsplit _All Views'], utils.unsplit_all}, - {_L['_Grow View'], {utils.grow, 10}}, - {_L['Shrin_k View'], {utils.shrink, 10}}, + {_L['_Grow View'], utils.grow}, + {_L['Shrin_k View'], utils.shrink}, SEPARATOR, {_L['Toggle Current _Fold'], utils.toggle_current_fold}, SEPARATOR, -- cgit v1.2.3