Skip to main content

Resize Search/Identify Table

Comments

1 comment

  • Dan Giersz
    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.