Add +helm-posframe-border-width option

Controls posframe's internal-border-width
This commit is contained in:
Henrik Lissner 2018-08-05 21:45:21 +02:00
parent a9357bb467
commit ca6afcf3c7
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 5 additions and 1 deletions

View file

@ -22,7 +22,7 @@ bottom, which is easier on the eyes on big displays."
(posframe-show
(setq +helm--posframe-buffer buffer)
:poshandler +helm-posframe-handler
:internal-border-width (truncate (/ (frame-fringe-width) 2))
:internal-border-width +helm-posframe-border-width
:respect-header-line t
:respect-mode-line t
:width

View file

@ -24,6 +24,10 @@ a cons cell representing the X and Y coordinates. See
"The text-scale to use in the helm childframe. Set to nil for no scaling. Can
be negative.")
(defvar +helm-posframe-border-width 8
"The text-scale to use in the helm childframe. Set to nil for no scaling. Can
be negative.")
;;
;; Packages