We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea75d0 commit 968d54fCopy full SHA for 968d54f
lua/convert/ui/open_split.lua
@@ -63,7 +63,7 @@ M.open_split = function(config, menu)
63
position = "50%",
64
size = {
65
width = 80,
66
- height = #menu,
+ height = #menu + 2, --give-room for titles
67
},
68
69
Layout.Box({
0 commit comments