Constant
Default value for width and height init-keywords for layout panes.
<integer> 100000
duim-layouts
duim-layouts
This constant is used as the default value for any width: and height: init-keywords in layout panes.
These defaults gives the intuitive behavior that specifying only the width or height of a pane causes it to be allocated at least that much space, and it may be given extra space if there is extra space in the layout. This default behavior can be changed if either the min-width: or min-height: init-keywords are specified explicitly.