1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 15:52:00 -08:00

(VERTICAL_SCROLL_BAR_RIGHT_BORDER): Change from 3 to 2.

This commit is contained in:
Karl Heuer 1994-03-15 01:25:56 +00:00
parent fb61ec09b7
commit d68eb3a2ab

View 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)