From 7bade294672a638bcd1b0451333be5bb948cbbf7 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 6 Oct 2024 10:37:14 +0200 Subject: 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 --- dillorc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dillorc') diff --git a/dillorc b/dillorc index 4345eaba..99aa1e65 100644 --- a/dillorc +++ b/dillorc @@ -46,6 +46,9 @@ # height of the visible page area. #scroll_step=100 +# Place the vertical scrollbar on the left side (default right). +#scrollbar_on_left=NO + #------------------------------------------------------------------------- # RENDERING SECTION #------------------------------------------------------------------------- -- cgit v1.2.3