Bugzilla Bug 70857 [XUL Syntax] Replace <boxDerivedTag align="horizontal|vertical"> with

<boxDerivedTag orient="horizontal|vertical">
patch by andersma@luther.edu r=timeless sr=blake
This commit is contained in:
timeless%mac.com 2007-08-22 04:53:53 +00:00
Родитель abf7cc1c13
Коммит 094bae82e9
1 изменённых файлов: 7 добавлений и 7 удалений

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

@ -46,7 +46,7 @@
titlemodifier="&textEditorWindow.titlemodifier;"
titlemenuseparator="&editorWindow.titlemodifiermenuseparator;"
windowtype="composer:text"
align="vertical"
orient="vertical"
width="640" height="480"
screenX="10" screenY="10"
persist="screenX screenY width height sizemode"
@ -134,11 +134,11 @@ editor.xul has these - do we need them?
</toolbar>
</toolbox>
<box id="sidebar-parent" flex="1">
<hbox id="sidebar-parent" flex="1">
<!-- From sidebarOverlay.xul -->
<box id="sidebar-box" class="chromeclass-extrachrome" hidden="true"/>
<hbox id="sidebar-box" class="chromeclass-extrachrome" hidden="true"/>
<splitter id="sidebar-splitter" class="chromeclass-extrachrome" hidden="true"/>
<box id="appcontent" orient="vertical" flex="1">
<vbox id="appcontent" flex="1">
<editor type="content-primary" id="content-frame" src="about:blank" flex="1"/>
@ -150,9 +150,9 @@ editor.xul has these - do we need them?
<statusbarpanel id="statusText" label="&statusText.label;" flex="1" crop="right"/>
</statusbar>
</box> <!-- appcontent -->
</box><!-- sidebar-parent -->
</vbox> <!-- appcontent -->
</hbox><!-- sidebar-parent -->
<box id="taskbar" class="toolbox-bottom"/>
<hbox id="taskbar" class="toolbox-bottom"/>
</window>