completion/ivy: nudge posframe up some
It was too far down on smaller displays
This commit is contained in:
parent
3d363d4cb1
commit
685f282b53
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@
|
||||||
(let ((parent-frame (plist-get info :parent-frame))
|
(let ((parent-frame (plist-get info :parent-frame))
|
||||||
(pos (posframe-poshandler-frame-center info)))
|
(pos (posframe-poshandler-frame-center info)))
|
||||||
(cons (car pos)
|
(cons (car pos)
|
||||||
(truncate (/ (frame-pixel-height parent-frame) 1.6)))))
|
(truncate (/ (frame-pixel-height parent-frame) 2)))))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue