Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.

This commit is contained in:
jaggernaut%netscape.com 2006-09-14 06:00:43 +00:00
parent 7697735d77
commit 54dba6f004
2 changed files with 10 additions and 10 deletions

View File

@ -74,7 +74,7 @@
<hbox>
<text id="link-url-text" value="" class="text-link"
onclick="openLink(this)"/>
<spring flex="1"/>
<spacer flex="1"/>
</hbox>
</row>
<row id="link-target">
@ -113,7 +113,7 @@
<hbox>
<text id="image-url-text" value="" class="text-link"
onclick="openLink(this)"/>
<spring flex="1"/>
<spacer flex="1"/>
</hbox>
</row>
<row id="image-width">
@ -135,7 +135,7 @@
<hbox>
<text id="image-desc-text" value="" class="text-link"
onclick="openLink(this)"/>
<spring flex="1"/>
<spacer flex="1"/>
</hbox>
</row>
</rows>
@ -154,7 +154,7 @@
<hbox>
<text id="insdel-cite-text" value="" class="text-link"
onclick="openLink(this)"/>
<spring flex="1"/>
<spacer flex="1"/>
</hbox>
</row>
<row id="insdel-date">
@ -177,7 +177,7 @@
<hbox>
<text id="quote-cite-text" value="" class="text-link"
onclick="openLink(this)"/>
<spring flex="1"/>
<spacer flex="1"/>
</hbox>
</row>
</rows>
@ -209,6 +209,6 @@
</grid>
</groupbox>
<spring flex="1"/>
<spacer flex="1"/>
</window>

View File

@ -69,9 +69,9 @@
<vbox flex="1" style="max-width: 36em;"/>
<separator/>
<hbox>
<spring flex="45%"/>
<spacer flex="45%"/>
<image id="turboTrayImage"/>
<spring flex="55%"/>
<spacer flex="55%"/>
</hbox>
<separator class="thin"/>
<separator class="thin"/>
@ -86,9 +86,9 @@
<separator class="thin"/>
<separator class="thin"/>
<hbox>
<spring flex="1"/>
<spacer flex="1"/>
<button id="okButton" label="&okButton.label;" oncommand="window.close();" default="true"/>
<spring flex="1"/>
<spacer flex="1"/>
</hbox>
</window>