bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67563: 30.0.50; Box should not extend with line-spacing


From: Yuan Fu
Subject: bug#67563: 30.0.50; Box should not extend with line-spacing
Date: Thu, 30 Nov 2023 23:47:37 -0800

If I set a box face for a button, and then set a line-space for the buffer, I 
expect the extra space between lines to be added outside of the box, like so:

+-------------------------+
|          Box            |
|                         |
+-------------------------+
       extra line space
+-------------------------+
|          Box            |
|                         |
+-------------------------+

However, right now, the bottom line of the box includes the extra line spacing, 
like so:

+-------------------------+
|          Box            |
|                         |
+                         +
|      extra line space   |
+-------------------------+
+-------------------------+
|          Box            |
|                         |
+-------------------------+

Screenshot:

PNG image

Ideally there should be some space between the two buttons on the two lines. 
Also notice the extra space above the bottom line of the box.

I also attached a repo file to produce these buttons.

If someone can give me some pointers, I can try to look into this.

Yuan

Attachment: repo.el
Description: Binary data



reply via email to

[Prev in Thread] Current Thread [Next in Thread]