Skip to content

Commit a0c3593

Browse files
committed
add 2 to menu height
1 parent dfa1ea1 commit a0c3593

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/convert/ui/open_split.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ M.open_split = function(config, menu)
6363
position = "50%",
6464
size = {
6565
width = 80,
66-
height = #menu,
66+
height = #menu + 2, --give-room for titles
6767
},
6868
},
6969
Layout.Box({

0 commit comments

Comments
 (0)