зеркало из https://github.com/mozilla/pjs.git
Fix bug 48414 - enable tree column resizing in the cookie and image managers. r=syd a=morse
This commit is contained in:
Родитель
ad76c66cbd
Коммит
dff9a5036f
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче