diff options
| author | Gerd Moellmann | 1999-09-02 20:52:53 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-09-02 20:52:53 +0000 |
| commit | 056e4a0addff0986e126bd2c6ce2fe7e70ca3cf3 (patch) | |
| tree | 94e24928c900117468052fcb80120444bbfbb839 /src/xterm.h | |
| parent | e84b1dea004703c0d39700fb10b306f648c5ac16 (diff) | |
| download | emacs-056e4a0addff0986e126bd2c6ce2fe7e70ca3cf3.tar.gz emacs-056e4a0addff0986e126bd2c6ce2fe7e70ca3cf3.zip | |
(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 39606492b08..682d8fbe7ea 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -793,7 +793,7 @@ struct scroll_bar { | |||
| 793 | 793 | ||
| 794 | /* Trimming off a few pixels from each side prevents | 794 | /* Trimming off a few pixels from each side prevents |
| 795 | text from glomming up against the scroll bar */ | 795 | text from glomming up against the scroll bar */ |
| 796 | #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (2) | 796 | #define VERTICAL_SCROLL_BAR_WIDTH_TRIM (0) |
| 797 | 797 | ||
| 798 | 798 | ||
| 799 | /* Manipulating pixel sizes and character sizes. | 799 | /* Manipulating pixel sizes and character sizes. |