]> git.eshelyaron.com Git - emacs.git/commitdiff
(VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2.
authorKarl Heuer <kwzh@gnu.org>
Tue, 15 Mar 1994 01:25:56 +0000 (01:25 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 15 Mar 1994 01:25:56 +0000 (01:25 +0000)
src/xterm.h

index 2e6d222da2356802ea9b1066a75d9dfbc25e9b5c..c7de946d29a9acef46b4431edf7b3ae966f7b151 100644 (file)
@@ -541,7 +541,7 @@ struct scroll_bar {
    from the edges of the scroll bar.  These are widths by which we
    inset the handle boundaries from the scroll bar edges.  */
 #define VERTICAL_SCROLL_BAR_LEFT_BORDER (2)
-#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (3)
+#define VERTICAL_SCROLL_BAR_RIGHT_BORDER (2)
 #define VERTICAL_SCROLL_BAR_TOP_BORDER (2)
 #define VERTICAL_SCROLL_BAR_BOTTOM_BORDER (2)