blob: 2a28f183374bd9bcfc2b65190ea93d28bf96f9df (
plain)
1
2
3
4
5
6
7
8
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<hbox height="40">
<spacer flex="60000" style="background-color: red;"/>
<spacer style="background-color: blue;"/>
</hbox>
</window>
|