mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
22 lines
556 B
Plaintext
22 lines
556 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?xml-stylesheet type="text/css" href="data:text/css,
|
||
|
window { direction: rtl; }
|
||
|
tree { height: 100px; }
|
||
|
treecol, treecolpicker { visibility: hidden; }
|
||
|
treechildren::-moz-tree-cell { direction: ltr; }
|
||
|
"?>
|
||
|
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||
|
<tree>
|
||
|
<treecols>
|
||
|
<treecol flex="1"/>
|
||
|
</treecols>
|
||
|
<treechildren>
|
||
|
<treeitem>
|
||
|
<treerow>
|
||
|
<treecell label="test."/>
|
||
|
</treerow>
|
||
|
</treeitem>
|
||
|
</treechildren>
|
||
|
</tree>
|
||
|
</window>
|