mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Fix bug 48414 - enable tree column resizing in the cookie and image managers. r=syd a=morse
This commit is contained in:
parent
9e04f1e08d
commit
d8f2580ac5
@ -60,6 +60,7 @@
|
||||
onkeypress="HandleKeyPress(event)">
|
||||
<treecolgroup>
|
||||
<treecol flex="3" width="0"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol flex="7" width="0"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
@ -129,6 +130,7 @@
|
||||
multiple="true" onclick="ViewPermissionSelected();">
|
||||
<treecolgroup>
|
||||
<treecol flex="5" width="0"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol flex="5" width="0"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
@ -157,6 +159,7 @@
|
||||
multiple="true" onclick="ViewImageSelected();">
|
||||
<treecolgroup>
|
||||
<treecol flex="5" width="0"/>
|
||||
<splitter class="tree-splitter"/>
|
||||
<treecol flex="5" width="0"/>
|
||||
</treecolgroup>
|
||||
<treehead>
|
||||
|
Loading…
Reference in New Issue
Block a user