Adjusting the line spacing -possible?

Is it possible to adjust the 'line spacing' [see snippet below] so as to reduce the height required for the header block?  I looked in default.stylesheet but could not see anything that seemed relevant.

Regards, Tim G

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Re: Adjusting the line spacing -possible?

Try playing with the padding.small property.

It's used in:

     <style name="default" type="nextapp.echo2.app.Grid">
        <properties>
            <property name="insets" value="${padding.small}"/>
        </properties>
    </style>
Syndicate content