blob: 856b4a012da6d8a461828077ec4db1774cbcb361 (
plain)
1
2
3
4
5
6
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml">
<vbox style="font-size:0" flex="1">
<label style="font-size:16px" value="hello world" />
</vbox>
</window>
|