ui.tools.listener: Better initial size for completion popup
parent
76c35ad90c
commit
4acf78353b
|
@ -143,7 +143,7 @@ GENERIC# accept-completion-hook 1 ( item popup -- )
|
||||||
t >>single-click?
|
t >>single-click?
|
||||||
transparent >>column-line-color
|
transparent >>column-line-color
|
||||||
2 >>gap
|
2 >>gap
|
||||||
10 >>min-cols
|
30 >>min-cols
|
||||||
10 >>max-rows
|
10 >>max-rows
|
||||||
dup '[ _ accept-completion ] >>action ;
|
dup '[ _ accept-completion ] >>action ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue