Result Grid height

Hi all,

Is there any way how to store default height of the SQL window result grid?

Example:
- open a new SQL window
- execute any SQL query e.g. SELECT * FROM DUAL;
- result grid takes almost full SQL window :(
- I make it smaller and save current layout, but later (new SQL window) result grid has same behavior (automatical height) as before

:confused:
 
The result grid will always take the available space in the SQL Window. Perhaps we can add a preference for this.
 
Back
Top