branch: externals/transient
commit 03997dcba8d5301b6eb26754773297f23ba3eca2
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@bernoul.li>

    transient--show: Fix only window height
---
 lisp/transient.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/transient.el b/lisp/transient.el
index 4d81cd7a14..fa5edf9ffb 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3583,7 +3583,7 @@ have a history of their own.")
                              (button-get (1- (point)) 'command))
                         (transient--heading-at-point))))
       (erase-buffer)
-      (setq window-size-fixed t)
+      (setq window-size-fixed 'height)
       (when (bound-and-true-p tab-line-format)
         (setq tab-line-format nil))
       (setq header-line-format nil)

Reply via email to