]> git.eshelyaron.com Git - emacs.git/commitdiff
(VERTICAL_SCROLL_BAR_WIDTH_TRIM): Change from 2 to 0.
authorGerd Moellmann <gerd@gnu.org>
Thu, 2 Sep 1999 20:52:53 +0000 (20:52 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 2 Sep 1999 20:52:53 +0000 (20:52 +0000)
src/xterm.h

index 39606492b082fa44af3ed35e849188ef229928c0..682d8fbe7eaa3ff6f688915f56541caa86581353 100644 (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)
 
 \f
 /* Manipulating pixel sizes and character sizes.