blob: 4060e89c4fd0a1de7039c15d325086939053a48d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/global.css" 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"/>
<tab label="Three" style="display: none"/>
</tabs>
<tabpanels>
<label value="One"/>
<label value="Two"/>
<label value="Three"/>
</tabpanels>
</tabbox>
</window>
|