diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-06 10:37:14 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-10-13 13:36:47 +0200 |
commit | 7bade294672a638bcd1b0451333be5bb948cbbf7 (patch) | |
tree | a44310f1ba962197bdda543a19d32c08b7929534 /doc/user_help.in.html | |
parent | 05094b91a070c0a498870a473b37732929289ca1 (diff) |
Add support for left scrollbar
Implements support for placing the vertical scrollbar on the left side
by setting scrollbar_on_left=YES on dillorc. By default, continues to be
on the right side.
See: https://www.toomanyatoms.com/software/mobilized_dillo.html
Authored-By: dogma
Diffstat (limited to 'doc/user_help.in.html')
-rw-r--r-- | doc/user_help.in.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/user_help.in.html b/doc/user_help.in.html index 15113d29..a35bb63b 100644 --- a/doc/user_help.in.html +++ b/doc/user_help.in.html @@ -208,7 +208,10 @@ doesn't require a network connection. <p>You can control the <b>size of a <em>step</em></b> by setting the <code>scroll_step</code> option in the <a href="#dillorc">dillorc</a> -configuration file. By default it will scroll 100 pixels per step.</p> +configuration file. By default it will scroll 100 pixels per step. The vertical +scrollbar can be positioned on the left side setting the +<code>scrollbar_on_left</code> option to <code>YES</code>, by default it is on +the right side.</p> <h3 id="find-text">Find text</h3> <p> |