aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-04-30 08:34:38 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2011-04-30 08:34:38 -0600
commit1509787676376447ca7ec41b15ff85ff90f0d842 (patch)
treedf3caa41dfe89db8ab778d4839d2e3159304b588 /README
parentcb839c2f1c1bdd360ae51ac1cce98cdbae0de796 (diff)
GTK3 always has scrollbars, workaround for https://bugs.webkit.org/show_bug.cgi?id=59197
:(
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 08c6356..7c5a673 100644
--- a/README
+++ b/README
@@ -319,7 +319,8 @@ file).
* `socket_dir`: location to store sockets.
* `http_debug`: HTTP debug mode (value 0-3).
* `scrollbars_visible`: set to 1 to have GTK scrollbars if the document
- doesn't fit into the window (defaults to 0)
+ doesn't fit into the window (defaults to 0). (Note: This option does nothing
+ on GTK3 due to <https://bugs.webkit.org/show_bug.cgi?id=59197>)
* `javascript_windows`: Whether javascript can open windows automatically
* `shell_cmd`: Alias which will be expanded to use shell commands (eg `sh -c`).
* `print_events`: show events on stdout