mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
16 lines
372 B
Plaintext
16 lines
372 B
Plaintext
|
<?xml version="1.0"?>
|
||
|
<?xml-stylesheet href="resource:/res/samples/xul.css" type="text/css"?>
|
||
|
|
||
|
<!DOCTYPE window>
|
||
|
|
||
|
<window style="height: 100%; width: 100%;"
|
||
|
xmlns:html="http://www.w3.org/TR/REC-html40"
|
||
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
|
||
|
<slider align="verticals" curpos="50">
|
||
|
<thumb flex="100%"/>
|
||
|
</slider>
|
||
|
|
||
|
</window>
|
||
|
|