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:
parent
e84b1dea00
commit
056e4a0add
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue