From 85bd29a7c8ba48e47b03201bc996071952b434fd Mon Sep 17 00:00:00 2001 From: Jan Verbeek Date: Mon, 4 Jul 2016 19:05:44 +0200 Subject: [PATCH] Add status-position documentation --- doc/help/settings.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/help/settings.asciidoc b/doc/help/settings.asciidoc index ac1cfb5b9..19f17d3d7 100644 --- a/doc/help/settings.asciidoc +++ b/doc/help/settings.asciidoc @@ -33,6 +33,7 @@ |<>|The available zoom levels, separated by commas. |<>|The default zoom level. |<>|Where to show the downloaded files. +|<>|The position of the status bar. |<>|Time (in ms) to show messages in the statusbar for. |<>|Whether to show messages in unfocused windows. |<>|Whether to confirm quitting the application. @@ -516,6 +517,17 @@ Valid values: Default: +pass:[top]+ +[[ui-status-position]] +=== status-position +The position of the status bar. + +Valid values: + + * +top+ + * +bottom+ + +Default: +pass:[bottom]+ + [[ui-message-timeout]] === message-timeout Time (in ms) to show messages in the statusbar for.