From 81721830b2b8473f839d9e08eb7d7d978fcbcc42 Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Thu, 12 Apr 2018 16:14:38 -0400 Subject: [PATCH] shrunk the scroll bar slightly --- lib/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.c b/lib/config.c index 5994fb5..671238f 100644 --- a/lib/config.c +++ b/lib/config.c @@ -18,7 +18,7 @@ char* FontString = FONT; int /* Integer config options */ WinWidth = 640, WinHeight = 480, - ScrollWidth = 7, + ScrollWidth = 5, LineSpacing = LNSPACE, Timeout = 50, TabWidth = 4, -- 2.54.0