]> git.mdlowis.com Git - projs/tide.git/commitdiff
shrunk the scroll bar slightly
authorMichael D. Lowis <mike.lowis@gentex.com>
Thu, 12 Apr 2018 20:14:38 +0000 (16:14 -0400)
committerMichael D. Lowis <mike.lowis@gentex.com>
Thu, 12 Apr 2018 20:14:38 +0000 (16:14 -0400)
lib/config.c

index 5994fb5161f47c3962dc2b070fc2df636ecd9ed9..671238f1a52f768df14189c007b3896309ce635c 100644 (file)
@@ -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,