mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 10:27:32 +09:00
4 lines
323 B
Text
4 lines
323 B
Text
|
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<listbox id="thelist" flex="1">
<listitem label="Item1" value="item1">
|
||
|
|
<listitem label="Item2" value="item2"/>
|
||
|
|
</listitem>
</listbox>
|
||
|
|
</window>
|