Fixing the editor toolbars to fill the whole toolbox.

This commit is contained in:
hyatt%netscape.com 1999-06-25 01:10:28 +00:00
Родитель 1d4fd3ef93
Коммит 1be2ff459f
1 изменённых файлов: 4 добавлений и 2 удалений

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

@ -315,6 +315,7 @@
<titledbutton src="chrome://editor/skin/images/ED_Target.gif" align="bottom" value="Anchor" onclick="EditorInsertNamedAnchor()"/>
<titledbutton src="chrome://editor/skin/images/ED_HLine.gif" align="bottom" value="H.Line" onclick="EditorInsertHLine()"/>
<titledbutton src="chrome://editor/skin/images/ED_Spell.gif" align="bottom" value="Spell" class="popup" onclick="CheckSpelling()"/>
<spring flex="100%"/>
</toolbar>
<toolbar>
<titledbutton id="ParagraphPopup" value="Paragraph" class="popup" align="left" popup="ParagraphMenu"/>
@ -333,6 +334,7 @@
<titledbutton src="chrome://editor/skin/images/ED_Outdent.gif" align="bottom" onclick="EditorIndent('outdent')"/>
<titledbutton src="chrome://editor/skin/images/ED_Indent.gif" align="bottom" onclick="EditorIndent('indent')"/>
<titledbutton src="chrome://editor/skin/images/ED_Align.gif" align="bottom" class="popup" popup="AlignmentMenu"/>
<spring flex="100%"/>
</toolbar>
</toolbox>