Bug 356680 - Use hidden instead of collapsed to hide tabs

r=silver@warwickcompsoc.co.uk (James Ross)
ChatZilla Only.
This commit is contained in:
gijskruitbosch%gmail.com 2006-11-06 15:55:21 +00:00
Родитель bd6297ce9d
Коммит 6b83163ce7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -127,8 +127,8 @@
<hbox id="view-tabs" persist="collapsed" flex="1">
<tabs class="tabs-bottom" id="views-tbar-inner" flex="1"
onselect="onTabSelect(event)" setfocus="false">
<tab collapsed="true"/> <!-- dummy tab to keep the freaking xbl from
causing an exception -->
<tab hidden="true"/> <!-- dummy tab to keep the freaking xbl from
causing an exception -->
</tabs>
<spacer id="views-tbar-spacer"/>
</hbox>