mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 468810 - Make "Manage search engines" window resizable. r=rflint
This commit is contained in:
parent
9636e467d5
commit
e4ac43e7f5
@ -53,7 +53,7 @@
|
||||
ondialogextra2="gEngineManagerDialog.onRestoreDefaults();"
|
||||
title="&engineManager.title;"
|
||||
style="&engineManager.style;"
|
||||
persist="screenX screenY"
|
||||
persist="screenX screenY width height"
|
||||
windowtype="Browser:SearchManager">
|
||||
|
||||
<script type="application/javascript"
|
||||
|
@ -432,7 +432,7 @@
|
||||
else {
|
||||
setTimeout(function () {
|
||||
openDialog("chrome://browser/content/search/engineManager.xul",
|
||||
"_blank", "chrome,dialog,modal,centerscreen");
|
||||
"_blank", "chrome,dialog,modal,centerscreen,resizable");
|
||||
}, 0);
|
||||
}
|
||||
]]></body>
|
||||
|
Loading…
Reference in New Issue
Block a user