fix for 80281 - no sidebar panels in sidebar customize dialog.

convert a treecol->treecolgroup. Seems to fix the visual errors.
adjust window creation flags.
r=matt, sr=blake
This commit is contained in:
ben%netscape.com 2001-05-22 01:26:36 +00:00
Родитель ef3b984b0f
Коммит e7c071949e
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -143,9 +143,9 @@
</action> </action>
</rule> </rule>
</template> </template>
<treecols> <treecolgroup>
<treecol flex="1"/> <treecol flex="1"/>
</treecols> </treecolgroup>
<!-- We explicitly create a 'treechildren' so we can refer <!-- We explicitly create a 'treechildren' so we can refer
to it from the script --> to it from the script -->
<treechildren id="current-panels-root"/> <treechildren id="current-panels-root"/>

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

@ -779,7 +779,7 @@ function SidebarCustomize() {
customizeWindow = window.openDialog( customizeWindow = window.openDialog(
'chrome://communicator/content/sidebar/customize.xul', 'chrome://communicator/content/sidebar/customize.xul',
'_blank','centerscreen,chrome,resizable', '_blank','centerscreen,chrome,resizable,dialog=no,dependent',
sidebarObj.master_datasources, sidebarObj.master_datasources,
sidebarObj.master_resource, sidebarObj.master_resource,
sidebarObj.datasource_uri, sidebarObj.datasource_uri,