mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 01:40:17 +01:00
21 lines
513 B
XML
21 lines
513 B
XML
<?xml version="1.0"?>
|
|
|
|
<window id="winUtil"
|
|
width="200" height="200"
|
|
persist="screenX screenY width height sizemode"
|
|
onload="opener.UtilWindowOpenListener(window)"
|
|
orient="vertical"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
|
|
<spacer flex="1"/>
|
|
<hbox id="bxOuter" flex="1">
|
|
<spacer flex="1"/>
|
|
<hbox id="bxCenter" align="center" pack="center"/>
|
|
<spacer flex="1"/>
|
|
</hbox>
|
|
<spacer flex="1"/>
|
|
|
|
</window>
|
|
|
|
|