From 2f4d32e4a348736ede3a95111e167276e7c1331e Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 9 Mar 2015 17:23:35 +0000 Subject: [PATCH] Last part of MKWS-58. Documentation for the new freeze_opacity configuration setting. --- doc/mkws-manual.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index e16fc72..f07cbdc 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -870,6 +870,12 @@ facet_max_* facet int Specifies how many terms a facets _team_ array *Note 1* Ordered list of names of facets to display. +freeze_opacity records float If defined, a fractional value between in the range 0.0 (transparent) to 1.0 + (opaque). During the short period after a mouse-move over the records when + the display will not be updated, the widget is faded to that opacity + (reverting to full opacity when the period elapses or the mouse leaves the + area). + lang _team_ string The code of the default language to display the UI in. Supported language codes are `en` = English, `de` = German, `da` = Danish, and whatever additional languages are configured using `language_*` entries (see below). -- 1.7.10.4