fix for #105126. define a default height for the thread pane when using the

normal 3 pane layout.  without a default, the splitter between the thread pane and the
message pane jumps when we switch folders, which looks bad and causes a repaint,
which is bad for folder loading performance.  r=cavin, sr=bienvenu
This commit is contained in:
sspitzer%netscape.com 2001-10-16 21:28:34 +00:00
parent 7e92fb61be
commit b60d6df7c4

View File

@ -38,6 +38,7 @@
<NC:persist resource="chrome://messenger/content/messenger.xul#messengerWindow"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#sidebar-panels"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#sidebar-panels-splitter-box"/>
<NC:persist resource="chrome://messenger/content/messenger.xul#threadOutliner"/>
</RDF:Description>
<RDF:Description about="chrome://messenger/content/messenger.xul#messengerWindow">
<screenX>4</screenX>
@ -53,6 +54,7 @@
<height>288</height>
<hidden>true</hidden>
</RDF:Description>
<RDF:Description about="chrome://messenger/content/messenger.xul#threadOutliner" height="94" />
<RDF:Description about="chrome://messenger/content/mail3PaneWindowVertLayout.xul">
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#sidebar-panels-splitter-box"/>
<NC:persist resource="chrome://messenger/content/mail3PaneWindowVertLayout.xul#sidebar-panels"/>