Skip to content
Snippets Groups Projects
Commit cdf92181 authored by Jack Reed's avatar Jack Reed
Browse files

comment how settings are used to calculate thumbnailnav space

parent 1c88cca3
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment