Add grippy for mailnews splitter. Not sure why it disappeared in the first place. Adding one explicitly is easier than finding out why is disappeared. (follow up to 47585) r=mcafee

This commit is contained in:
slamm%netscape.com 2006-07-27 14:52:13 +00:00
Родитель b2a34e316d
Коммит eab25d182b
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -27,10 +27,13 @@
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- Overlay the sidebar panels -->
<box id="sidebar-box" align="vertical"
persist="hidden width collapsed">
<box id="sidebar-box" align="vertical" persist="hidden width collapsed">
<splitter id="sidebar-panels-splitter" collapse="after"
onmouseup="PersistHeight();" hidden="true"/>
onmouseup="PersistHeight();" hidden="true">
<spring flex="1"/>
<grippy/>
<spring flex="1"/>
</splitter>
<box id="sidebar-panels-splitter-box" align="vertical" flex="1"
persist="hidden">