Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This optional section allows the panel sizes to be pre-set by the configuration as a percentage of the window size.
Image Removedwhen a user first starts FEWS. After the first session, the sizes of the different data viewer panels will be stored in the user settings and these sizes will be used when FEWS is (re)started.

Example:

Code Block
languagexml
titlePanelSize configuration example
<panelSizes>
	<filterListSize>10</filterListSize>
	<locationListSize>25</locationListSize>
	<parameterListSize>20</parameterListSize>
	<qualifierListSize>20</qualifierListSize>
	<forecastListSize>5</forecastListSize>
</panelSizes>

The configuration example above contains the defaults used by FEWS when no panelSizes element is configured. The numbers represent a weight of the particular panel. The % of the data viewer panel which will consist of that (sub)panel is equal to its weight divided by the total weight.

The deprecated elements <loggingPanelSize> and <listsPanelSize> (both are only relevant when using docking=false in the global properties), have been made optional since 2018.02. 

Panel header labels

This optional section allows the configurator to specify headers above the left panels in the Explorer window. Not all headers need to be specified simultaneously.

...