aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2011-07-25 19:09:49 +0000
committerGravatar Brendan Taylor <whateley@gmail.com>2011-07-25 19:09:49 +0000
commit7180bedbc91efa454b9d5886e9491d4711c7852b (patch)
tree57492346e6fc6f3f9793bf56172467fc42e62a07 /README
parent91da964076912a556a68a38b0f095f2f747ada25 (diff)
remove the scrollbars_visible variable
it doesn't work on GTK3, and discussion on the webkit-gtk mailing list suggests that it was never intended to work. instead, GTK theming can be used to hide scrollbars.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index 1432b80..0d65084 100644
--- a/README
+++ b/README
@@ -319,9 +319,6 @@ file).
* `fifo_dir`: location to store FIFOs.
* `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). (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