mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
9 lines
332 B
XML
9 lines
332 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
|
|
<window title="XUL Layout"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<vbox style="overflow:auto; height:200px">
|
|
<label style="color:blue; text-shadow:0px 300px;" value="Hello Kitty" />
|
|
</vbox>
|
|
</window>
|