From: Gabriel do Nascimento Ribeiro <gabriel376@hotmail.com>
To: 60210@debbugs.gnu.org
Subject: bug#60210: 30.0.50; tab-bar height not recalculated when face changes
Date: Mon, 19 Dec 2022 23:04:25 +0000 [thread overview]
Message-ID: <PH8PR19MB707002AF0E32C675A017E4508BE59@PH8PR19MB7070.namprd19.prod.outlook.com> (raw)
Steps:
1) emacs -Q (master "ae91da52335aafaff5405a49c23460082dfb460d")
2) Enable tab-bar:
(tab-bar-mode +1)
3) Change some face attribute of tab-bar to force increase the tab-bar
height, e.g:
(set-face-attribute 'tab-bar nil :box 4)
(set-face-attribute 'tab-bar nil :height 1.2)
Result: the new face is displayed and the tab-bar height is properly
adjusted to reflect the new height.
4) Reset face attributes of tab-bar to force original height, e.g.:
(set-face-attribute 'tab-bar nil :box nil)
(set-face-attribute 'tab-bar nil :height 1.0)
Result: the new face is displayed, but the tab-bar height is not
properly adjusted to reflect the new height.
---
Gabriel
next reply other threads:[~2022-12-19 23:04 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-19 23:04 Gabriel do Nascimento Ribeiro [this message]
2022-12-25 8:35 ` bug#60210: 30.0.50; tab-bar height not recalculated when face changes Juri Linkov
2022-12-25 9:29 ` Eli Zaretskii
2022-12-26 0:24 ` Gregory Heytings
2022-12-26 12:23 ` Eli Zaretskii
2022-12-26 13:36 ` Gregory Heytings
2022-12-26 17:29 ` Juri Linkov
2022-12-26 17:40 ` Gregory Heytings
2023-01-01 17:56 ` Gregory Heytings
2023-01-01 18:22 ` Eli Zaretskii
2023-01-01 21:50 ` Gregory Heytings
2023-01-02 3:29 ` Eli Zaretskii
2023-01-02 15:05 ` Eli Zaretskii
2023-01-02 15:28 ` Gregory Heytings
2023-01-02 16:53 ` Eli Zaretskii
2023-01-04 13:53 ` Gregory Heytings
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=PH8PR19MB707002AF0E32C675A017E4508BE59@PH8PR19MB7070.namprd19.prod.outlook.com \
--to=gabriel376@hotmail.com \
--cc=60210@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.