Bug 429668 - Remove the column picker control from the Library window (for mak77@supereva.it, r=mano, a=damon)
git-svn-id: svn://10.0.0.236/trunk@250503 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4eabf53b52
commit
9c56cbcca8
@ -181,6 +181,9 @@
|
||||
|
||||
<popupset id="placesPopupset">
|
||||
<popup id="placesContext"/>
|
||||
<popup id="placesColumnsContext"
|
||||
onpopupshowing="ViewMenu.fillWithColumns(event, null, null, 'checkbox', null);"
|
||||
oncommand="ViewMenu.showHideColumn(event.target); event.stopPropagation();"/>
|
||||
</popupset>
|
||||
|
||||
<toolbox id="placesToolbox">
|
||||
@ -448,7 +451,8 @@
|
||||
#endif
|
||||
</vbox>
|
||||
<vbox flex="1">
|
||||
<tree id="placeContent" class="placesTree" context="placesContext"
|
||||
<tree id="placeContent" class="placesTree" context="placesContext"
|
||||
hidecolumnpicker="true"
|
||||
flex="1" type="places"
|
||||
flatList="true"
|
||||
enableColumnDrag="true"
|
||||
@ -457,7 +461,7 @@
|
||||
onopenflatcontainer="PlacesOrganizer.openFlatContainer(aContainer);"
|
||||
onselect="PlacesOrganizer.onContentTreeSelect();"
|
||||
onclick="PlacesOrganizer.onTreeClick(event);">
|
||||
<treecols id="placeContentColumns">
|
||||
<treecols id="placeContentColumns" context="placesColumnsContext">
|
||||
<treecol label="&col.name.label;" id="placesContentTitle" anonid="title" flex="5" primary="true" ordinal="1"
|
||||
persist="width hidden ordinal sortActive sortDirection"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user