We don't need so many boxes wrapping the content area!?

git-svn-id: svn://10.0.0.236/trunk@126715 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
blakeross%telocity.com 2002-08-08 00:50:18 +00:00
parent dc5373e67c
commit aeaebeba52

View File

@ -919,20 +919,15 @@ Contributor(s):
</toolbox>
<hbox flex="1">
<!-- we only need to handle |ondragdrop| because everything else is
taken care of by the builtin behavior inside the tabbrowser -->
<vbox id="appcontent" flex="1"
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);">
<hbox id="browser" flex="1">
<tabbrowser id="content"
flex="1" contenttooltip="aHTMLTooltip"
contentcontextmenu="contentAreaContextMenu"
onnewtab="BrowserOpenTab();"
onclick="return contentAreaClick(event);"/>
</hbox>
</vbox>
<!-- we only need to handle |ondragdrop| because everything else is
taken care of by the builtin behavior inside the tabbrowser -->
<hbox id="browser" flex="1"
ondragdrop="nsDragAndDrop.drop(event, contentAreaDNDObserver);">
<tabbrowser id="content"
flex="1" contenttooltip="aHTMLTooltip"
contentcontextmenu="contentAreaContextMenu"
onnewtab="BrowserOpenTab();"
onclick="return contentAreaClick(event);"/>
</hbox>
<statusbar class="chromeclass-status"