mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-05 03:54:35 +00:00
Bug 299594 - In the Download Actions dialog, when the MIME Type column is shown, the Action column cannot be resized. patch from Adam Guthrie <ispiked@gmail.com>, r=mconnor.
This commit is contained in:
parent
739ee70523
commit
4d8d391d5a
@ -86,7 +86,7 @@
|
||||
ondblclick="gDownloadActionsWindow.editFileHandler();">
|
||||
<treechildren id="extensionChildren"/>
|
||||
<treecols>
|
||||
<treecol id="fileExtension" ignoreincolumnpicker="true" fiex="true"
|
||||
<treecol id="fileExtension" ignoreincolumnpicker="true"
|
||||
class="sortDirectionIndicator" persist="width"
|
||||
label="&fileExtensionColumn.label;" accesskey="&fileExtensionColumn.accesskey;"
|
||||
onclick="gDownloadActionsWindow.sort('extension');"/>
|
||||
@ -104,6 +104,7 @@
|
||||
class="sortDirectionIndicator" persist="width"
|
||||
label="&fileHandlerColumn.label;" accesskey="&fileHandlerColumn.accesskey;"
|
||||
onclick="gDownloadActionsWindow.sort('action');"/>
|
||||
<splitter class="tree-splitter" />
|
||||
</treecols>
|
||||
</tree>
|
||||
</vbox>
|
||||
|
Loading…
Reference in New Issue
Block a user