summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-13 13:51:59 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-13 13:51:59 +0100
commit97fa0cc61d26be6b28bd615f12575b4004cc02a5 (patch)
tree6fbd51b44a06ce01ddc62c7dbd18636a13f1ded8 /config
parentf3c22c50e43ffeb32d11862c36d6570db37c1ebe (diff)
Add option to set scrollbar width
Diffstat (limited to 'config')
-rw-r--r--config/config.def.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.def.c b/config/config.def.c
index 8ab8bf27..3775eb16 100644
--- a/config/config.def.c
+++ b/config/config.def.c
@@ -150,4 +150,5 @@ Settings config = {
.fake_transparency = FALSE,
.dpi = -1,
.threads = 1,
+ .scrollbar_width = 8,
};