Forgot the vertical alignment for the editor files.

This commit is contained in:
hyatt%netscape.com 1999-07-02 05:34:59 +00:00
parent 8283f0b753
commit ca4d2ad7fa
3 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onunload="EditorShutdown()" title="Editor">
onunload="EditorShutdown()" title="Editor" align="vertical">
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js">
</html:script>

View File

@ -20,7 +20,7 @@
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onunload="EditorShutdown()" title="TextEditor">
onunload="EditorShutdown()" title="TextEditor" align="vertical">
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js">
</html:script>

View File

@ -20,7 +20,7 @@
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onunload="EditorShutdown()" title="TextEditor">
onunload="EditorShutdown()" title="TextEditor" align="vertical">
<html:script language="JavaScript" src="chrome://editor/content/EditorCommands.js">
</html:script>