>
> Cool, good to know, thanks. So your suggestion would be to use one of
> those XUL dividers that closes/hides the RHS box when dragged to the
> far side? I think this is the same as the XUL used to 'destroy' or
> hide the preview section of Thunderbird mailboxes? I wish I could find
> a more common example.
>
Sorry, I missed that part of your comment.

I attached a patch for this against the 1.9 
branch<http://code.google.com/p/fbug/source/browse/branches/firebug1.9>. 
You can decide, if you want to do something by your own or add a new 
issue<http://code.google.com/p/fbug/issues/entry?template=User%20enhancement%20request>and
 add the attached patch there, so we implement it. Though please note, 
that we currently have a feature freeze for 1.9, because we plan to release 
it this month.

Sebastian

-- 
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
https://groups.google.com/forum/#!forum/firebug
### Eclipse Workspace Patch 1.0
#P Firebug 1.9
Index: content/firebug/firebugOverlay.xul
===================================================================
--- content/firebug/firebugOverlay.xul	(revision 12380)
+++ content/firebug/firebugOverlay.xul	(working copy)
@@ -378,7 +378,9 @@
                         </deck>
                     </vbox>
 
-                    <splitter id="fbPanelSplitter"/>
+                    <splitter id="fbPanelSplitter" collapse="after">
+                        <grippy/>
+                    </splitter>
 
                     <deck id="fbSidePanelDeck" persist="width,height">
                         <panelBar id="fbPanelBar2" class="panelBar">

Reply via email to