mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-05 08:35:26 +00:00
Bug 99876: [XUL Syntax] <spring/> --> <spacer/>, r=alecf, sr=hyatt.
This commit is contained in:
parent
7697735d77
commit
54dba6f004
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user