Bug #224963 --> Unsaved window size after being changed for Tools -> Options window

patch by Stefan Borggraefe


git-svn-id: svn://10.0.0.236/trunk@150614 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org
2003-12-21 21:56:59 +00:00
parent c81e3f2a79
commit 7cb448e5d7

View File

@@ -5,10 +5,6 @@
<!DOCTYPE dialog SYSTEM "chrome://messenger/locale/mailPrefsOverlay.dtd" >
<!-- This dialog has a fixed size and is not resizable.
You MAY NOT increase the size of this dialog.
Questions, Comments -> ben@netscape.com -->
<dialog id="prefDialog"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&prefWindow.title;"
@@ -16,7 +12,7 @@
onload="Startup();"
ondialogaccept="return hPrefWindow.onOK(event);"
ondialogcancel="return hPrefWindow.onCancel(event);"
persist="screenX screenY">
persist="width height screenX screenY">
<script>
<![CDATA[