From: Michael D. Lowis Date: Thu, 12 Apr 2018 20:14:38 +0000 (-0400) Subject: shrunk the scroll bar slightly X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=81721830b2b8473f839d9e08eb7d7d978fcbcc42;p=projs%2Ftide.git shrunk the scroll bar slightly --- 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,