Bug 9546. Hard code width of window so window doesn't grow without bound when intrinsically sized.

This commit is contained in:
waterson%netscape.com 1999-07-09 23:12:43 +00:00
Родитель c1a1f0c695
Коммит 74c95cffaf
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -51,7 +51,8 @@
<xul:window title="&bookmarksWindowTitle.label;"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
width="500" height="400">
<html:script src="bookmarks.js"/>