Add 1 cell of padding to the x direction which makes the popup more readable
This commit is contained in:
parent
052d63dee5
commit
0895c5e829
1 changed files with 2 additions and 1 deletions
|
|
@ -219,7 +219,8 @@ function! vimspector#internal#balloon#CreateTooltip(is_hover, ...)
|
|||
\ 'maxwidth': s:max_width,
|
||||
\ 'maxheight': s:max_height,
|
||||
\ 'scrollbar': 1,
|
||||
\ 'border': []
|
||||
\ 'border': [],
|
||||
\ 'padding': [ 0, 1, 0, 1]
|
||||
\ }
|
||||
if a:is_hover
|
||||
let config['filter'] = "MouseFilter"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue