mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 22:07:41 +00:00
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:
parent
ef3b984b0f
commit
e7c071949e
@ -143,9 +143,9 @@
|
||||
</action>
|
||||
</rule>
|
||||
</template>
|
||||
<treecols>
|
||||
<treecolgroup>
|
||||
<treecol flex="1"/>
|
||||
</treecols>
|
||||
</treecolgroup>
|
||||
<!-- We explicitly create a 'treechildren' so we can refer
|
||||
to it from the script -->
|
||||
<treechildren id="current-panels-root"/>
|
||||
|
@ -779,7 +779,7 @@ function SidebarCustomize() {
|
||||
|
||||
customizeWindow = window.openDialog(
|
||||
'chrome://communicator/content/sidebar/customize.xul',
|
||||
'_blank','centerscreen,chrome,resizable',
|
||||
'_blank','centerscreen,chrome,resizable,dialog=no,dependent',
|
||||
sidebarObj.master_datasources,
|
||||
sidebarObj.master_resource,
|
||||
sidebarObj.datasource_uri,
|
||||
|
Loading…
x
Reference in New Issue
Block a user