Commit 4d8d391d authored by mozilla.mano%sent.com's avatar mozilla.mano%sent.com
Browse files

Bug 299594 - In the Download Actions dialog, when the MIME Type column is...

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.
parent 739ee705
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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>