Resize Search/Identify Table
I've changed my Seach and Identify settings to show as a table instead of a list: changed from "ShowResultsList" to "ShowResultsTable". Where is the setting to change the height of this table, it's really tall.
0
-
You can change this in GE Manager:
Viewer>Look and Feel>Bottom Panel>Default Height
Or in the JSON if you want to maybe break something:
{
"id": "ShellViewModel",
"type": "geocortex.essentialsHtmlViewer.mapping.modules.shells.LargeShellViewModel",
"configuration": {
"minWidth": 200,
"maxWidth": 500,
"dataFrameWidth": 350,
"dataFrameOpenByDefault": false,
"bottomRegionHeight": 400
}
},0
Please sign in to leave a comment.
Comments
1 comment