зеркало из https://github.com/mozilla/pjs.git
Bug 263070 Default size of the filter log and junk mail log dialogs is too small.
patch by Mark Banner <mark@standard8.demon.co.uk> r=neil sr=bienvenu
This commit is contained in:
Родитель
1c15bc70bc
Коммит
a10c15e494
|
@ -13,7 +13,8 @@
|
|||
buttonlabelaccept="&closeLog.label;"
|
||||
buttonaccesskeyaccept="&closeLog.accesskey;"
|
||||
ondialogaccept="window.close()"
|
||||
persist="screenX screenY width height">
|
||||
persist="screenX screenY width height"
|
||||
style="width: 40em; height: 25em;">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://messenger/content/junkLog.js"/>
|
||||
|
||||
|
|
|
@ -50,7 +50,8 @@
|
|||
buttonlabelaccept="&closeLog.label;"
|
||||
buttonaccesskeyaccept="&closeLog.accesskey;"
|
||||
ondialogaccept="window.close()"
|
||||
persist="screenX screenY width height">
|
||||
persist="screenX screenY width height"
|
||||
style="width: 40em; height: 25em;">
|
||||
|
||||
<script type="application/x-javascript" src="chrome://messenger/content/viewLog.js"/>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче