Fixed bugs 16690, 16991. Also made UI changes to adjust for new 'skin' r=sfraser

git-svn-id: svn://10.0.0.236/trunk@52034 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cmanske%netscape.com
1999-10-28 01:51:07 +00:00
parent 151090fbb2
commit c0c0bb47c7
16 changed files with 132 additions and 147 deletions

View File

@@ -28,7 +28,7 @@
<?xul-overlay href="chrome://global/content/globalOverlay.xul"?>
<?xul-overlay href="chrome://global/content/tasksOverlay.xul"?>
<!DOCTYPE window SYSTEM "chrome://editor/locale/EditorAppShell.dtd">
<!DOCTYPE window SYSTEM "chrome://editor/locale/editor.dtd">
<!-- NOTE: If we don't have "title" set, text editor doesn't work! -->
<window id="main-window" xmlns:html="http://www.w3.org/TR/REC-html40"
@@ -57,8 +57,7 @@
<!-- keys are appended from the overlay -->
<keyset id="defaultKeySet"/>
<toolbox id="EditorToolbars">
<menubar>
<menubar>
<menu id="fileMenu"/>
<menu id="editMenu"/>
@@ -120,8 +119,9 @@
<menu accesskey="h" id="menu_Help"/>
<spring flex="100%"/>
</menubar>
</menubar>
<toolbox>
<!-- toolbar filled out from editorOverlay -->
<toolbar id="EditToolbar">
<titledbutton id="newButton"/>
@@ -141,6 +141,6 @@
<editor type="content-primary" id="content-frame" src="about:blank" flex="100%"/>
<!-- status bar, from editorOverlay.xul -->
<box id="EditorStatusBar" />
<box id="status-bar" />
</window>