Patching the bookmarks xul.

This commit is contained in:
hyatt%netscape.com 1999-08-26 10:26:11 +00:00
parent 51f2ba3cd5
commit aaa6b28aa0

@ -69,10 +69,9 @@
<menu />
</popup>
<html:div flex="1" style="height:100px">
<tree id="bookmarksTree" ref="NC:BookmarksRoot" context="contextual"
datasources="rdf:bookmarks rdf:files rdf:ftp rdf:find rdf:internetsearch"
style="width:100%; height:100%"
flex="1"
ondblclick="return OpenURL(event, event.target.parentNode.parentNode, 'bookmarksTree');">
<template>
<rule rdf:type="http://home.netscape.com/NC-rdf#BookmarkSeparator">
@ -124,5 +123,5 @@
</treerow>
</treehead>
</tree>
</html:div>
</window>