No, it's not possible now.
But please report a bug and I can take a look at it!
- there could be a new preference storing the height (the user can
edit through about:config)
- there could be a splitter at the bottom of HTML view (similar to
what is used for <textarea>s todays)
As a hacky-workaround, you could directly modify Firebug skin in
net.css
// Specify 1000 pixels height for HTML preview body.
.netInfoHtmlPreview {
border: 0;
width: 100%;
height: 1000px;
}
Honza
On Mar 16, 12:19 am, Roberto <[email protected]> wrote:
> Hi all!
>
> Is possibile to enlarge the height of "html" tab under console panel?
> thanks! :-)
>
> Rob
>
> <http://i.imgur.com/J6BhF.png>
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.