fixing bug 54885 - alternative mailnews 3-pane forgets sizes. r=bhuvan,dark@c2i.net sr=sspitzer.

git-svn-id: svn://10.0.0.236/trunk@93601 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ssu%netscape.com
2001-05-02 01:13:08 +00:00
parent 63afbbd223
commit 1e79bc142a

View File

@@ -143,11 +143,13 @@ Rights Reserved.
<grippy/>
</splitter>
<box id="threadpaneBox" flex="2" persist="width">
<outliner id="threadOutliner" flex="2" persist="width" style="width:0px" context="threadPaneContext" class="window-focusborder" focusring="false"/>
</box>
<box id="accountCentralBox" flex="2" persist="width">
<iframe name="accountCentralPane" style="width:0px;" flex="1" src="about:blank"/>
<box id="mail3PaneVertLayoutBox" persist="collapsed width" flex="2">
<box id="threadpaneBox" flex="1" persist="width">
<outliner id="threadOutliner" flex="1" persist="width" style="width:0px" context="threadPaneContext" class="window-focusborder" focusring="false"/>
</box>
<box id="accountCentralBox" flex="1" persist="width">
<iframe name="accountCentralPane" style="width:0px;" flex="1" src="about:blank"/>
</box>
</box>
</box>
<!-- if you change this id, please change GetThreadAndMessagePaneSplitter() and MsgToggleMessagePane() -->