enable primary selection for the folder pane so we only highlight the text and not the entire column. (Bug #196262)

git-svn-id: svn://10.0.0.236/trunk@149849 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2003-11-30 01:16:19 +00:00
parent 13f5f98034
commit 6aecfd3cc5

View File

@@ -152,7 +152,7 @@
<label id="folderpane-title" value="&folderPaneHeader.label;"/>
</sidebarheader>
<tree id="folderTree" class="plain focusring" flex="1" seltype="single"
<tree id="folderTree" class="plain focusring" flex="1" seltype="single" selstyle="primary"
context="folderPaneContext"
disableKeyNavigation="true"
datasources="rdf:null"