From cdf92181df93f82097aa8a2447979bee48ddbbae Mon Sep 17 00:00:00 2001
From: Jack Reed <phillipjreed@gmail.com>
Date: Tue, 19 Mar 2019 14:28:14 -0600
Subject: [PATCH] comment how settings are used to calculate thumbnailnav space

---
 src/config/settings.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/config/settings.js b/src/config/settings.js
index 9272519a7..e076ca822 100644
--- a/src/config/settings.js
+++ b/src/config/settings.js
@@ -132,8 +132,8 @@ export default {
   windows: [],
   thumbnailNavigation: {
     defaultPosition: 'far-bottom',
-    height: 150,
-    width: 100,
+    height: 150, // height of entire ThumbnailNavigation area when position is "far-bottom"
+    width: 100, // width of a single thumb in ThumbnailNavigation area when position is "far-right"
   },
   workspace: {
     type: 'mosaic',
-- 
GitLab