re-indent
This commit is contained in:
parent
42ffee5740
commit
855adf9476
@ -45,12 +45,12 @@
|
|||||||
(pcase notibox-corner
|
(pcase notibox-corner
|
||||||
('topleft (cons notibox-padding notibox-padding))
|
('topleft (cons notibox-padding notibox-padding))
|
||||||
('topright (cons (- parent-width (+ child-width notibox-padding))
|
('topright (cons (- parent-width (+ child-width notibox-padding))
|
||||||
notibox-padding))
|
notibox-padding))
|
||||||
('bottomleft (cons notibox-padding
|
('bottomleft (cons notibox-padding
|
||||||
(- parent-height (+ child-height notibox-padding))))
|
(- parent-height (+ child-height notibox-padding))))
|
||||||
('bottomright (cons
|
('bottomright (cons
|
||||||
(- parent-width (+ child-width notibox-padding))
|
(- parent-width (+ child-width notibox-padding))
|
||||||
(- parent-height (+ child-height notibox-padding)))))))
|
(- parent-height (+ child-height notibox-padding)))))))
|
||||||
;; (notibox--get-position)
|
;; (notibox--get-position)
|
||||||
|
|
||||||
(defun notibox--prepare-buffer (title body)
|
(defun notibox--prepare-buffer (title body)
|
||||||
|
Loading…
Reference in New Issue
Block a user