Bug 219942 plugins window should be resizable and retain its size, patch by Steffen Wilberg (steffen.wilberg@web.de), r=me
git-svn-id: svn://10.0.0.236/trunk@157065 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
751e4e0c5b
commit
34cad80d4e
@ -46,7 +46,7 @@
|
||||
<dialog id="plugins" title="&plugins.title;"
|
||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
||||
onload="init();" ondialogaccept="onAccept();" style="width: 30em;"
|
||||
persist="screenX screenY">
|
||||
persist="screenX screenY width height">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://browser/content/pref/plugins.js"/>
|
||||
|
||||
@ -65,14 +65,11 @@
|
||||
class="sortDirectionIndicator" persist="width"
|
||||
label="&enabledHeader.label;"/>
|
||||
</treecols>
|
||||
|
||||
<treechildren class="pluginTypesChildren"/>
|
||||
</tree>
|
||||
<separator class="thin"/>
|
||||
<description>&pluginInfo2.label;</description>
|
||||
|
||||
<separator/>
|
||||
|
||||
</dialog>
|
||||
|
||||
|
||||
</dialog>
|
||||
|
||||
@ -437,7 +437,7 @@ function editFileHandler()
|
||||
# XXXben we should handle this a little better.
|
||||
function showPlugins()
|
||||
{
|
||||
openDialog("chrome://browser/content/pref/plugins.xul", "", "modal=yes");
|
||||
openDialog("chrome://browser/content/pref/plugins.xul", "", "modal,resizable");
|
||||
}
|
||||
|
||||
function toggleDMPrefUI(aCheckbox)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user