1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-18 06:01:22 -08:00

(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.

This commit is contained in:
Gerd Moellmann 1999-09-02 20:52:53 +00:00
parent e84b1dea00
commit 056e4a0add

View file

@ -793,7 +793,7 @@ struct scroll_bar {
/* Trimming off a few pixels from each side prevents
text from glomming up against the scroll bar */
#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (2)
#define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0)
/* Manipulating pixel sizes and character sizes.