Fix bug # 44688: simple fix for columns in bookmarks search window. r=me

This commit is contained in:
rjc%netscape.com 2000-07-23 07:05:29 +00:00
Родитель dff9b9ad5b
Коммит 371729ddfc
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -117,14 +117,14 @@
onclick="return OpenURL(event, event.target.parentNode.parentNode);">
<treecolgroup id="theColumns">
<treecol id="NameColumn" persist="hidden width" width="2*"
<treecol id="NameColumn" persist="hidden width" width="2*" flex="2"
rdf:resource="http://home.netscape.com/NC-rdf#Name"
sortActive="true" sortDirection="ascending" />
<treecol id="URLColumn" persist="hidden width" width="2*"
<treecol id="URLColumn" persist="hidden width" width="2*" flex="2"
rdf:resource="http://home.netscape.com/NC-rdf#URL"/>
<treecol id="ShortcutURLColumn" persist="hidden width" width="1*"
<treecol id="ShortcutURLColumn" persist="hidden width" width="1*" flex="1"
rdf:resource="http://home.netscape.com/NC-rdf#ShortcutURL"/>
<treecol id="DescriptionColumn" persist="hidden width" width="1*"
<treecol id="DescriptionColumn" persist="hidden width" width="1*" flex="1"
rdf:resource="http://home.netscape.com/NC-rdf#Description"/>
<treecol id="PopupColumn" persist="width" fixed="true" width="14" />
</treecolgroup>