completion/helm: fix +childframe

This commit is contained in:
Henrik Lissner 2021-02-16 11:44:59 -05:00
parent 91f8d3e5d0
commit 28b3ad4529
2 changed files with 3 additions and 3 deletions

View file

@ -24,14 +24,14 @@ bottom, which is easier on the eyes on big displays."
:position (point)
:poshandler +helm-posframe-handler
:respect-header-line helm-echo-input-in-header-line
:width
:min-width
(max (cl-typecase .width
(integer .width)
(float (truncate (* (frame-width) .width)))
(function (funcall .width))
(t 0))
.min-width)
:height
:min-height
(max (cl-typecase .height
(integer .height)
(float (truncate (* (frame-height) .height)))