11 lines
359 B
HTML
11 lines
359 B
HTML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
|
|
<window orient="horizontal" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<vbox style="width: 500px">
|
|
<scrollbar
|
|
orient="horizontal"
|
|
curpos="0"
|
|
maxpos="1000"
|
|
pageincrement="400"/>
|
|
</vbox>
|
|
</window>
|