From 47de7a89c2c8187c87045ecbb45fe069dbdd8c27 Mon Sep 17 00:00:00 2001 From: Anton Kasyanov Date: Tue, 25 Oct 2016 20:49:00 +0300 Subject: [PATCH] Minor docs update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ab0e9..bc84715 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Some of the application options are not exposed in the GUI. They can be ajusted | Option | Description | | --- | --- | -| **ActiveClientHighlightThickness** | Thickness of the border used to highlight the active client's thumbnail.
Allowed values are **1**, **2**, **3**.
The default value is **3**
For example: **"ActiveClientHighlightThickness": 3,** | +| **ActiveClientHighlightThickness** | Thickness of the border used to highlight the active client's thumbnail.
Allowed values are **1**...**6**.
The default value is **3**
For example: **"ActiveClientHighlightThickness": 3,** | | **ThumbnailMinimumSize** | Minimum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"100, 80"**.
For example: **"ThumbnailMinimumSize": "100, 80",** | | **ThumbnailMaximumSize** | Maximum thumbnail size that can be set either via GUI or by resizing a thumbnail window. Value is witten in the form "width, height"
The default value is **"640, 400"**.
For example: **"ThumbnailMaximumSize": "640, 400",** |