oops, set the clicktoscroll attribute on the pinstripe specific binding
for tabbrowser.  Otherwise, the tabs will scroll on mouseover.

r=ben
This commit is contained in:
sspitzer%mozilla.org 2006-06-28 00:44:15 +00:00
Родитель 0bcf132797
Коммит 996b058342
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -59,7 +59,7 @@
<xul:stack>
<xul:spacer class="tabs-left"/>
</xul:stack>
<xul:arrowscrollbox anonid="arrowscrollbox" orient="horizontal" flex="1" style="min-width: 1px;">
<xul:arrowscrollbox anonid="arrowscrollbox" orient="horizontal" flex="1" style="min-width: 1px;" clicktoscroll="true">
<children/>
</xul:arrowscrollbox>
<xul:hbox class="tabs-closebutton-box" align="center" pack="end" anonid="tabstrip-closebutton">