Bug 23799. Remove <html:div> surrounding the <tree> tag and update the 'style' attributes to accomodate recent hyattfunkage. r=valeski

This commit is contained in:
waterson%netscape.com 2000-01-13 23:24:50 +00:00
Родитель a8efb387b8
Коммит c208e50cf6
1 изменённых файлов: 2 добавлений и 4 удалений

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

@ -35,8 +35,7 @@
<html:script src="directory.js" />
<html:div style="width:100px;height:100px;" flex="1">
<tree id="tree" datasources="rdf:null" style="height:100%;">
<tree id="tree" datasources="rdf:null" flex="1" style="height:0px;">
<template>
<treechildren>
<!-- We force the 'container="true"' onto the treeitem, even
@ -75,6 +74,5 @@
onclick="OnClick(event);"
ondblclick="OnDblClick(event);" />
</tree>
</html:div>
</tree>
</window>