зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
12b670f9d7
Коммит
c030c220fb
|
@ -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"/>
|
||||
|
|
Загрузка…
Ссылка в новой задаче