[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/transient 5478d4e6a7 1/2: transient--show: Don't fix wi
From: |
Jonas Bernoulli |
Subject: |
[elpa] externals/transient 5478d4e6a7 1/2: transient--show: Don't fix window height when using full frame height |
Date: |
Mon, 4 Nov 2024 17:12:41 -0500 (EST) |
branch: externals/transient
commit 5478d4e6a73daa6bf0dcaad6cf4767ee4a1589ec
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>
transient--show: Don't fix window height when using full frame height
Closes minad/vertico#532.
---
lisp/transient.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/transient.el b/lisp/transient.el
index fe8fea8fe5..560bf52ce0 100644
--- a/lisp/transient.el
+++ b/lisp/transient.el
@@ -3736,7 +3736,7 @@ have a history of their own.")
(run-hooks 'transient-setup-buffer-hook)
(when transient-force-fixed-pitch
(transient--force-fixed-pitch))
- (setq window-size-fixed t)
+ (setq window-size-fixed (if (window-full-height-p) 'width t))
(when (bound-and-true-p tab-line-format)
(setq tab-line-format nil))
(setq header-line-format nil)