Remove obsolete class attribute from sidebar's splitter.

This commit is contained in:
slamm%netscape.com 2000-05-05 22:39:42 +00:00
Родитель 07c651fc32
Коммит 9518c318e1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -310,7 +310,7 @@ Rights Reserved.
<box align="horizontal" style="height:100px" flex="1"> <box align="horizontal" style="height:100px" flex="1">
<box id="sidebar-box"> <box id="sidebar-box">
<splitter class="sidebar-main-header" collapse="after" persist="state"> <splitter class="sidebar-main-header" collapse="after" persist="state">
<text class="panel-bar" value="&mail-sidebar-header.label;"/> <text value="&mail-sidebar-header.label;"/>
</splitter> </splitter>
<tree id="folderTree" style="width:100px; height: 600px;" flex="1" context="folderPaneContext"/> <tree id="folderTree" style="width:100px; height: 600px;" flex="1" context="folderPaneContext"/>
</box> </box>