From b6102b2da936253fb02673f39eeed71ea0b4e00e Mon Sep 17 00:00:00 2001 From: Tuukka Pasanen Date: Sat, 23 Dec 2017 11:24:02 +0200 Subject: [PATCH] Update documentation after adding new 'alwaysShowVScroll' and 'alwaysShowVScroll' settings in merge --- settings.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/settings.html b/settings.html index 6c058207..3f2f4f3e 100644 --- a/settings.html +++ b/settings.html @@ -129,6 +129,16 @@

horizontalGutter - int (def

The amount of space between the bottom of the content and the horizontal scrollbar.

+

alwaysShowHScroll - boolean (default false)

+

+ If this is set to 'true' then Horizontal Scrollbar will be always be shown. This is not default behaviour. + Default is that scrollbar is showed automatically. +

+

alwaysShowVScroll - boolean (default false)

+

+ If this is set to 'true' then Vertical Scrollbar will be always be shown. This is not default behaviour. + Default is that scrollbar is showed automatically. +

mouseWheelSpeed - int (default 10)

A multiplier which is used to control the amount that the scrollpane scrolls each time the mouse wheel @@ -199,4 +209,4 @@

trackClickRepeatFreq - - \ No newline at end of file +