mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
completion/ivy: nudge posframe up some
It was too far down on smaller displays
This commit is contained in:
@ -12,5 +12,5 @@
|
||||
(let ((parent-frame (plist-get info :parent-frame))
|
||||
(pos (posframe-poshandler-frame-center info)))
|
||||
(cons (car pos)
|
||||
(truncate (/ (frame-pixel-height parent-frame) 1.6)))))
|
||||
(truncate (/ (frame-pixel-height parent-frame) 2)))))
|
||||
|
||||
|
Reference in New Issue
Block a user