mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 14:57:32 +09:00
16 lines
406 B
XML
16 lines
406 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
<window id="window470711"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
|
<tabbox>
|
|
<tabs>
|
|
<tab label="One"/>
|
|
<tab label="Two" style="padding: 0"/>
|
|
</tabs>
|
|
<tabpanels>
|
|
<label value="One"/>
|
|
<label value="Two"/>
|
|
</tabpanels>
|
|
</tabbox>
|
|
</window>
|