I want to change my layer list window height so that the copyrights show. Which file can I do this in or is there a way to move the location of the copyrights now?
George,
If you have not figured it out already the fix for this is simple. In the apps main config.json make this edit (line 7):
"widgetPool": {
"panel": {
"uri": "themes/FoldableTheme/panels/FoldablePanel/Panel",
"position": {
"top": 5,
"right": 5,
"bottom": 25,
"zIndex": 5,
"relativeTo": "map"
}
},