Do not persist the open state of folders for now.Fix up tree styles. Fixes icons, indenting, and twisties. Also, reduces amount of style matching that needs to be done.

This commit is contained in:
slamm%netscape.com 2000-04-26 14:20:14 +00:00
Родитель 7e59d49aac
Коммит 967b6fb88e
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -52,10 +52,10 @@
content="rdf:http://home.netscape.com/NC-rdf#content" content="rdf:http://home.netscape.com/NC-rdf#content"
link="rdf:http://home.netscape.com/NC-rdf#link" link="rdf:http://home.netscape.com/NC-rdf#link"
haslink="rdf:http://home.netscape.com/NC-rdf#haslink" haslink="rdf:http://home.netscape.com/NC-rdf#haslink"
open="rdf:http://home.netscape.com/NC-rdf#open" open="rdf:http://home.netscape.com/NC-rdf#open">
persist="open">
<treerow> <treerow>
<treecell indent="true" <treecell class="treecell-indent treecell-panel"
haslink="rdf:http://home.netscape.com/NC-rdf#haslink"
value="rdf:http://home.netscape.com/NC-rdf#title"/> value="rdf:http://home.netscape.com/NC-rdf#title"/>
</treerow> </treerow>
</treeitem> </treeitem>
@ -93,7 +93,7 @@
customize="rdf:http://home.netscape.com/NC-rdf#customize" customize="rdf:http://home.netscape.com/NC-rdf#customize"
content="rdf:http://home.netscape.com/NC-rdf#content"> content="rdf:http://home.netscape.com/NC-rdf#content">
<treerow> <treerow>
<treecell <treecell class="treecell-indent treecell-panel"
value="rdf:http://home.netscape.com/NC-rdf#title" /> value="rdf:http://home.netscape.com/NC-rdf#title" />
</treerow> </treerow>
</treeitem> </treeitem>