You have control on the folder size for applications being displayed using the HTML5
    client.
    Control the folder size by setting the minWidth and
        minHeight style attributes.  To set the minWidth and
        minHeight attributes, use Genero presentation styles
        (4st).
    For example:
        - <StyleAttribute name="minWidth" value="100" /> means a minimal width
          of 100 characters 
 
        - <StyleAttribute name="minHeight" value="30" /> means a minimal
          height of 30 lines 
 
        - <StyleAttribute name="minWidth" value="300px" /> means a minimal
          width of 300 pixels 
 
        - <StyleAttribute name="minHeight" value="150px" /> means a minimal
          height of 150 pixels
 
      
 
This style was introduced with Genero Business Development Language 2.50 to get around the
difference in how the Genero Desktop Client and the Genero Web Client calculate the folder size. For
applications with multiple pages, the Genero Desktop Client calculates the folder size based on the
largest page, while the Genero Web Client calculates the folder size based on the first page.
Note: This solution is provided as a work-around to the existing problem. Consider it a temporary
solution. These style attributes are not documented in the Genero Business Development
Language User Guide.