Bug #235472 --> Make the filter dialog size in proportion to the font size

Patch by Stefan Borggraefe

r=neil
sr=mscott
This commit is contained in:
scott%scott-macgregor.org 2004-02-27 16:02:56 +00:00
Родитель e0f8c7bf80
Коммит 037c7a9d2f
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -35,6 +35,7 @@ Contributor(s):
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
title="&window.title;"
style="width: 53em; height: 37em;"
windowtype="mailnews:filtereditor"
persist="width height screenX screenY"
buttons="accept,cancel,help"

Просмотреть файл

@ -32,7 +32,7 @@ Contributor(s): Håkan Waara <hwaara@chello.se>
xmlns:nc="http://home.netscape.com/NC-rdf#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
windowtype="mailnews:filterlist"
width="480" height="360"
style="width: 45em; height: 31em;"
onload="onLoad();"
onclose="return onFilterClose();"
persist="width height screenX screenY"