blob: d00935a204c7372b33a83b29e17f13d2d4fcff57 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<window title="Resizer"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<hbox>
<resizer dir="bottomright"/>
<spacer flex="1"/>
</hbox>
</window>
|