Fix two small tab bar issues
* lisp/cus-start.el (frame-inhibit-implied-resize): Update version tag. * lisp/frame.el (frame-inner-height): Do not count in tab bar.
This commit is contained in:
parent
c71e08eba9
commit
6c5ddf0e0b
2 changed files with 2 additions and 1 deletions
|
@ -336,7 +336,7 @@ Leaving \"Default\" unchecked is equivalent with specifying a default of
|
||||||
(const :tag "Never" nil)
|
(const :tag "Never" nil)
|
||||||
(const :tag "Always" t)
|
(const :tag "Always" t)
|
||||||
(repeat (symbol :tag "Parameter")))
|
(repeat (symbol :tag "Parameter")))
|
||||||
"25.1")
|
"27.1")
|
||||||
(iconify-child-frame frames
|
(iconify-child-frame frames
|
||||||
(choice
|
(choice
|
||||||
(const :tag "Do nothing" nil)
|
(const :tag "Do nothing" nil)
|
||||||
|
|
|
@ -1344,6 +1344,7 @@ FRAME defaults to the selected frame."
|
||||||
FRAME defaults to the selected frame."
|
FRAME defaults to the selected frame."
|
||||||
(setq frame (window-normalize-frame frame))
|
(setq frame (window-normalize-frame frame))
|
||||||
(- (frame-native-height frame)
|
(- (frame-native-height frame)
|
||||||
|
(tab-bar-height frame t)
|
||||||
(* 2 (frame-internal-border-width frame))))
|
(* 2 (frame-internal-border-width frame))))
|
||||||
|
|
||||||
(defun frame-outer-width (&optional frame)
|
(defun frame-outer-width (&optional frame)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue