blob: 7adca521f359ca5e529ca42986e1190d25e4dba1 (
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 style="-moz-box-flex: 60000; background-color: red;"/>
<spacer style="background-color: blue;"/>
</hbox>
</window>
|