Fix for bug 220727: MailNews forgets horizontal splitter position

Patch by Stefan Borggraefe
r=neil
sr=bienvenu
This commit is contained in:
ere%atp.fi 2003-10-08 18:39:52 +00:00
parent febe1e965a
commit c72e3e724d
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ Rights Reserved.
</vbox>
<vbox id="messagesBox" flex="1">
<hbox id="searchBox"/>
<tree id="threadTree" flex="2" persist="height" style="height:0px" context="threadPaneContext"/>
<tree id="threadTree" flex="2" style="height:0px" context="threadPaneContext"/>
<!-- if you change this id, please change GetThreadAndMessagePaneSplitter() and MsgToggleMessagePane() -->
<splitter collapse="after" persist="state"

View File

@ -35,7 +35,7 @@ Contributors:
<script src="chrome://messenger/content/threadPane.js"/>
<tree id="threadTree" persist="lastfoldersent" flex="1" enableColumnDrag="true" _selectDelay="500" class="plain focusring" disableKeyNavigation="true" lastfoldersent="false"
<tree id="threadTree" persist="lastfoldersent height" flex="1" enableColumnDrag="true" _selectDelay="500" class="plain focusring" disableKeyNavigation="true" lastfoldersent="false"
onkeypress="ThreadPaneKeyPress(event);"
onselect="ThreadPaneSelectionChanged();">
<treecols pickertooltiptext="&columnChooser.tooltip;">